Skip to content

Commit ae1f12e

Browse files
committed
Copy test apk
1 parent e6ff712 commit ae1f12e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build_android_llm_demo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ collect_artifacts_to_be_uploaded() {
136136
MINIBENCH_APP_DIR="${ARTIFACTS_DIR_NAME}/minibench"
137137
mkdir -p "${MINIBENCH_APP_DIR}"
138138
cp extension/android/benchmark/app/build/outputs/apk/debug/*.apk "${MINIBENCH_APP_DIR}"
139+
cp extension/android/benchmark/app/build/outputs/apk/androidTest/debug/*.apk "${MINIBENCH_APP_DIR}"
139140
}
140141

141142
BUILD_AAR_DIR="$(mktemp -d)"

0 commit comments

Comments
 (0)