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>2017-11-30 02:48:46 +0300
committerMarat Dukhan <marat@fb.com>2017-11-30 02:48:46 +0300
commit0d2aaa77f58463e94f81db6a7a8b21e1034fce7e (patch)
tree65247a6cb43df18f86caefc498277960e92cc3d1 /scripts
parentf3a71e68abc065478780cf4f36bede13cad9e3cf (diff)
Exclude Galaxy J7 from AArch32 builds
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/android-arm64-mock.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/android-arm64-mock.sh b/scripts/android-arm64-mock.sh
index 1b68cf3..dc75195 100755
--- a/scripts/android-arm64-mock.sh
+++ b/scripts/android-arm64-mock.sh
@@ -3,8 +3,6 @@
set -e
adb push libs/arm64-v8a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
-adb push libs/arm64-v8a/galaxy-j7-tmobile-test /data/local/tmp/galaxy-j7-tmobile-test
-adb push libs/arm64-v8a/galaxy-j7-uae-test /data/local/tmp/galaxy-j7-uae-test
adb push libs/arm64-v8a/galaxy-s6-test /data/local/tmp/galaxy-s6-test
adb push libs/arm64-v8a/galaxy-s7-global-test /data/local/tmp/galaxy-s7-global-test
adb push libs/arm64-v8a/galaxy-s7-us-test /data/local/tmp/galaxy-s7-us-test
@@ -30,8 +28,6 @@ adb push libs/arm64-v8a/xiaomi-redmi-note-3-test /data/local/tmp/xiaomi-redmi-no
adb push libs/arm64-v8a/xperia-c4-dual-test /data/local/tmp/xperia-c4-dual-test
adb shell "/data/local/tmp/galaxy-c9-pro-test --gtest_color=yes"
-adb shell "/data/local/tmp/galaxy-j7-tmobile-test --gtest_color=yes"
-adb shell "/data/local/tmp/galaxy-j7-uae-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s6-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s7-global-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s7-us-test --gtest_color=yes"