Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pytorch/cpuinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-01-05 06:45:06 +0300
committerMarat Dukhan <marat@fb.com>2018-01-05 06:45:06 +0300
commitd77e1a291e9643c7ab4d3d9b05a7011e4806d8cb (patch)
treee928030c306a2edbddf21bc63a1fc4f89cc6c327 /scripts
parent2ca13b203481ed12249dd589ec2b68cad864f586 (diff)
Galaxy J1 2016 mock test
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/android-armv7-mock.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/android-armv7-mock.sh b/scripts/android-armv7-mock.sh
index bddcbe1..4a40c6a 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -8,6 +8,7 @@ adb push libs/armeabi-v7a/galaxy-a3-2016-eu-test /data/local/tmp/galaxy-a3-2016-
adb push libs/armeabi-v7a/galaxy-a8-2016-duos-test /data/local/tmp/galaxy-a8-2016-duos-test
adb push libs/armeabi-v7a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
adb push libs/armeabi-v7a/galaxy-grand-prime-value-edition-test /data/local/tmp/galaxy-grand-prime-value-edition-test
+adb push libs/armeabi-v7a/galaxy-j1-2016-test /data/local/tmp/galaxy-j1-2016-test
adb push libs/armeabi-v7a/galaxy-j5-test /data/local/tmp/galaxy-j5-test
adb push libs/armeabi-v7a/galaxy-j7-prime-test /data/local/tmp/galaxy-j7-prime-test
adb push libs/armeabi-v7a/galaxy-j7-tmobile-test /data/local/tmp/galaxy-j7-tmobile-test
@@ -67,6 +68,7 @@ adb shell "/data/local/tmp/galaxy-a3-2016-eu-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-a8-2016-duos-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-c9-pro-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-grand-prime-value-edition-test --gtest_color=yes"
+adb shell "/data/local/tmp/galaxy-j1-2016-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-j5-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-j7-prime-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-j7-tmobile-test --gtest_color=yes"