aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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"