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 07:25:30 +0300
committerMarat Dukhan <marat@fb.com>2018-01-05 07:25:30 +0300
commitdc58d5006deeac65a167446d7c45e51fe9fea2aa (patch)
treee9785346b9bc696745bb4ef5bad887244551f03b /scripts
parent8dca83671c31e43a5c69dfc250e1d87e08b6cf5c (diff)
LG Optimus G Pro 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 4a40c6a..1ac324e 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -35,6 +35,7 @@ adb push libs/armeabi-v7a/iconia-one-10-test /data/local/tmp/iconia-one-10-test
adb push libs/armeabi-v7a/lenovo-a6600-plus-test /data/local/tmp/lenovo-a6600-plus-test
adb push libs/armeabi-v7a/lenovo-vibe-x2-test /data/local/tmp/lenovo-vibe-x2-test
adb push libs/armeabi-v7a/lg-k10-eu-test /data/local/tmp/lg-k10-eu-test
+adb push libs/armeabi-v7a/lg-optimus-g-pro-test /data/local/tmp/lg-optimus-g-pro-test
adb push libs/armeabi-v7a/meizu-pro-6-test /data/local/tmp/meizu-pro-6-test
adb push libs/armeabi-v7a/meizu-pro-6s-test /data/local/tmp/meizu-pro-6s-test
adb push libs/armeabi-v7a/meizu-pro-7-plus-test /data/local/tmp/meizu-pro-7-plus-test
@@ -95,6 +96,7 @@ adb shell "/data/local/tmp/iconia-one-10-test --gtest_color=yes"
adb shell "/data/local/tmp/lenovo-a6600-plus-test --gtest_color=yes"
adb shell "/data/local/tmp/lenovo-vibe-x2-test --gtest_color=yes"
adb shell "/data/local/tmp/lg-k10-eu-test --gtest_color=yes"
+adb shell "/data/local/tmp/lg-optimus-g-pro-test --gtest_color=yes"
adb shell "/data/local/tmp/meizu-pro-6-test --gtest_color=yes"
adb shell "/data/local/tmp/meizu-pro-6s-test --gtest_color=yes"
adb shell "/data/local/tmp/meizu-pro-7-plus-test --gtest_color=yes"