aboutsummaryrefslogtreecommitdiff
path: root/scripts/android-armv7-mock.sh
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-12-19 01:38:28 -0800
committerMarat Dukhan <marat@fb.com>2018-12-19 01:38:28 -0800
commita281cc9278b0ccaf8cfd607e8cbc56d194029b9d (patch)
treee3f06ceefdd1dca7e445dbf2907c2ffd53f2e35d /scripts/android-armv7-mock.sh
parent8ecabcea22d67f6ce39283f8ad7449cf1d398b33 (diff)
downloadcpuinfo-a281cc9278b0ccaf8cfd607e8cbc56d194029b9d.tar.gz
Huawei Mate 20 mock test
Diffstat (limited to 'scripts/android-armv7-mock.sh')
-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 1d45a67..1bcf23d 100755
--- a/scripts/android-armv7-mock.sh
+++ b/scripts/android-armv7-mock.sh
@@ -34,6 +34,7 @@ adb push build/android/armeabi-v7a/huawei-honor-6-test /data/local/tmp/huawei-ho
adb push build/android/armeabi-v7a/huawei-mate-8-test /data/local/tmp/huawei-mate-8-test
adb push build/android/armeabi-v7a/huawei-mate-9-test /data/local/tmp/huawei-mate-9-test
adb push build/android/armeabi-v7a/huawei-mate-10-test /data/local/tmp/huawei-mate-10-test
+adb push build/android/armeabi-v7a/huawei-mate-20-test /data/local/tmp/huawei-mate-20-test
adb push build/android/armeabi-v7a/huawei-p8-lite-test /data/local/tmp/huawei-p8-lite-test
adb push build/android/armeabi-v7a/huawei-p9-lite-test /data/local/tmp/huawei-p9-lite-test
adb push build/android/armeabi-v7a/huawei-p20-pro-test /data/local/tmp/huawei-p20-pro-test
@@ -108,6 +109,7 @@ adb shell "/data/local/tmp/huawei-honor-6-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"
+adb shell "/data/local/tmp/huawei-mate-20-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-p8-lite-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-p9-lite-test --gtest_color=yes"
adb shell "/data/local/tmp/huawei-p20-pro-test --gtest_color=yes"