Skip to content

Commit 68f5285

Browse files
committed
Fix
1 parent 320c2fa commit 68f5285

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/run_android_emulator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ adb shell am instrument -w -r com.example.executorchllamademo.test/androidx.test
3131
adb uninstall org.pytorch.executorch.test || true
3232
adb install -t android-test-debug-androidTest.apk
3333

34-
adb shell am instrument -w -r org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner
34+
# adb shell am instrument -w -r org.pytorch.executorch.test/androidx.test.runner.AndroidJUnitRunner
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
android.useAndroidX=true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
non pte file

0 commit comments

Comments
 (0)