aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2017-11-29 15:53:58 -0800
committerMarat Dukhan <marat@fb.com>2017-11-29 15:53:58 -0800
commit84435901110700ab4c1d295a183b190500ae5315 (patch)
tree9b5388d0d8bcdd3c495830631acc6433e8f14030 /scripts
parent0d2aaa77f58463e94f81db6a7a8b21e1034fce7e (diff)
downloadcpuinfo-84435901110700ab4c1d295a183b190500ae5315.tar.gz
Galaxy J7 Prime 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 6bd59bf..ea2f6b9 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -7,6 +7,7 @@ adb push libs/armeabi-v7a/blu-r1-hd-test /data/local/tmp/blu-r1-hd-test
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-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
adb push libs/armeabi-v7a/galaxy-j7-uae-test /data/local/tmp/galaxy-j7-uae-test
adb push libs/armeabi-v7a/galaxy-s3-us-test /data/local/tmp/galaxy-s3-us-test
@@ -57,6 +58,7 @@ adb shell "/data/local/tmp/blu-r1-hd-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-j7-prime-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-s3-us-test --gtest_color=yes"