We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ff712 commit ae1f12eCopy full SHA for ae1f12e
build/build_android_llm_demo.sh
@@ -136,6 +136,7 @@ collect_artifacts_to_be_uploaded() {
136
MINIBENCH_APP_DIR="${ARTIFACTS_DIR_NAME}/minibench"
137
mkdir -p "${MINIBENCH_APP_DIR}"
138
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}"
140
}
141
142
BUILD_AAR_DIR="$(mktemp -d)"
0 commit comments