aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarat Dukhan <marat@fb.com>2018-03-02 10:34:59 -0800
committerMarat Dukhan <marat@fb.com>2018-03-02 10:34:59 -0800
commit4d4d7e2fa76c1fe61f66b64aac4d89a876427dd8 (patch)
treea606a1934887e844efac22f28d0c3718f8af1f67 /scripts
parent53556511d73fbd06b25e6a40214d0b639dd03f39 (diff)
downloadcpuinfo-4d4d7e2fa76c1fe61f66b64aac4d89a876427dd8.tar.gz
OnePlus 3T mock test
Diffstat (limited to 'scripts')
-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 9b63d75..9871309 100755
--- a/scripts/android-arm64-mock.sh
+++ b/scripts/android-arm64-mock.sh
@@ -21,6 +21,7 @@ adb push libs/arm64-v8a/meizu-pro-7-plus-test /data/local/tmp/meizu-pro-7-plus-t
adb push libs/arm64-v8a/nexus5x-test /data/local/tmp/nexus5x-test
adb push libs/arm64-v8a/nexus6p-test /data/local/tmp/nexus6p-test
adb push libs/arm64-v8a/nexus9-test /data/local/tmp/nexus9-test
+adb push libs/arm64-v8a/oneplus-3t-test /data/local/tmp/oneplus-3t-test
adb push libs/arm64-v8a/oppo-a37-test /data/local/tmp/oppo-a37-test
adb push libs/arm64-v8a/oppo-r9-test /data/local/tmp/oppo-r9-test
adb push libs/arm64-v8a/pixel-c-test /data/local/tmp/pixel-c-test
@@ -51,6 +52,7 @@ adb shell "/data/local/tmp/meizu-pro-7-plus-test --gtest_color=yes"
adb shell "/data/local/tmp/nexus5x-test --gtest_color=yes"
adb shell "/data/local/tmp/nexus6p-test --gtest_color=yes"
adb shell "/data/local/tmp/nexus9-test --gtest_color=yes"
+adb shell "/data/local/tmp/oneplus-3t-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-a37-test --gtest_color=yes"
adb shell "/data/local/tmp/oppo-r9-test --gtest_color=yes"
adb shell "/data/local/tmp/pixel-c-test --gtest_color=yes"