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 6df61fe commit 9877981Copy full SHA for 9877981
.ci/scripts/build_android_instrumentation.sh
@@ -26,7 +26,7 @@ collect_artifacts_to_be_uploaded() {
26
# Collect Java library test
27
JAVA_LIBRARY_TEST_DIR="${ARTIFACTS_DIR_NAME}/library_test_dir"
28
mkdir -p "${JAVA_LIBRARY_TEST_DIR}"
29
- cp executorch_android/build/outputs/apk/androidTest/debug/*.apk "${JAVA_LIBRARY_TEST_DIR}"
+ cp extension/android/executorch_android/build/outputs/apk/androidTest/debug/*.apk "${JAVA_LIBRARY_TEST_DIR}"
30
}
31
32
main() {
0 commit comments