aboutsummaryrefslogtreecommitdiff
path: root/scripts/android-arm64-mock.sh
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-17 19:18:06 -0700
committerMarat Dukhan <marat@fb.com>2018-03-17 19:24:52 -0700
commitd51d39562ddd560bf2b9da324f423be8068c53b4 (patch)
treeb9e9d58f41c3d617830cf9d3fc01fa4e54dfab66 /scripts/android-arm64-mock.sh
parent29bc30402f4fed6fab7141f5d9424c363d4705f4 (diff)
downloadcpuinfo-d51d39562ddd560bf2b9da324f423be8068c53b4.tar.gz
Galaxy S9 US mock test
Diffstat (limited to 'scripts/android-arm64-mock.sh')
-rwxr-xr-xscripts/android-arm64-mock.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/android-arm64-mock.sh b/scripts/android-arm64-mock.sh
index fd98f2e..b16b72c 100755
--- a/scripts/android-arm64-mock.sh
+++ b/scripts/android-arm64-mock.sh
@@ -10,6 +10,7 @@ adb push libs/arm64-v8a/galaxy-s7-global-test /data/local/tmp/galaxy-s7-global-t
adb push libs/arm64-v8a/galaxy-s7-us-test /data/local/tmp/galaxy-s7-us-test
adb push libs/arm64-v8a/galaxy-s8-global-test /data/local/tmp/galaxy-s8-global-test
adb push libs/arm64-v8a/galaxy-s8-us-test /data/local/tmp/galaxy-s8-us-test
+adb push libs/arm64-v8a/galaxy-s9-us-test /data/local/tmp/galaxy-s9-us-test
adb push libs/arm64-v8a/huawei-mate-8-test /data/local/tmp/huawei-mate-8-test
adb push libs/arm64-v8a/huawei-mate-9-test /data/local/tmp/huawei-mate-9-test
adb push libs/arm64-v8a/huawei-mate-10-test /data/local/tmp/huawei-mate-10-test
@@ -44,6 +45,7 @@ adb shell "/data/local/tmp/galaxy-s7-global-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s7-us-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s8-global-test --gtest_color=yes"
adb shell "/data/local/tmp/galaxy-s8-us-test --gtest_color=yes"
+adb shell "/data/local/tmp/galaxy-s9-us-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-8-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-9-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-mate-10-test --gtest_color=yes"