Skip to content

Commit 2255238

Browse files
authored
Fix android benchmark
Differential Revision: D70903233 Pull Request resolved: pytorch#9091
1 parent 082d0a0 commit 2255238

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build_android_library.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ collect_artifacts_to_be_uploaded() {
168168
MINIBENCH_APP_DIR="${ARTIFACTS_DIR_NAME}/minibench"
169169
mkdir -p "${MINIBENCH_APP_DIR}"
170170
cp extension/benchmark/android/benchmark/app/build/outputs/apk/debug/*.apk "${MINIBENCH_APP_DIR}"
171+
cp extension/benchmark/android/benchmark/app/build/outputs/apk/androidTest/debug/*.apk "${MINIBENCH_APP_DIR}"
171172
# Collect Java library test
172173
JAVA_LIBRARY_TEST_DIR="${ARTIFACTS_DIR_NAME}/library_test_dir"
173174
mkdir -p "${JAVA_LIBRARY_TEST_DIR}"

0 commit comments

Comments
 (0)