aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-01-05 19:01:52 -0800
committerMarat Dukhan <marat@fb.com>2018-01-05 19:01:52 -0800
commit92db81f01bce0cdbf0fd3ecf509b01dae5c11371 (patch)
treecd623a25d4ff69819a5333ecaeaa09498f42ca3d /scripts
parentdc58d5006deeac65a167446d7c45e51fe9fea2aa (diff)
downloadcpuinfo-92db81f01bce0cdbf0fd3ecf509b01dae5c11371.tar.gz
Moto G (1st gen) 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 1ac324e..2f35914 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -40,6 +40,7 @@ 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
adb push libs/armeabi-v7a/moto-e-gen1-test /data/local/tmp/moto-e-gen1-test
+adb push libs/armeabi-v7a/moto-g-gen1-test /data/local/tmp/moto-g-gen1-test
adb push libs/armeabi-v7a/moto-g-gen2-test /data/local/tmp/moto-g-gen2-test
adb push libs/armeabi-v7a/moto-g-gen3-test /data/local/tmp/moto-g-gen3-test
adb push libs/armeabi-v7a/nexus-s-test /data/local/tmp/nexus-s-test
@@ -101,6 +102,7 @@ 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"
adb shell "/data/local/tmp/moto-e-gen1-test --gtest_color=yes"
+adb shell "/data/local/tmp/moto-g-gen1-test --gtest_color=yes"
adb shell "/data/local/tmp/moto-g-gen2-test --gtest_color=yes"
adb shell "/data/local/tmp/moto-g-gen3-test --gtest_color=yes"
adb shell "/data/local/tmp/nexus-s-test --gtest_color=yes"