Merge "update wifi unit test script" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-24 12:45:34 +00:00
committed by Android (Google) Code Review

View File

@@ -21,4 +21,5 @@ adb wait-for-device
adb install -r -g "$OUT/data/app/FrameworksWifiApiTests/FrameworksWifiApiTests.apk"
adb shell am instrument -w "$@" 'android.net.wifi.test/android.support.test.runner.AndroidJUnitRunner'
adb shell am instrument --no-hidden-api-checks -w "$@" \
'android.net.wifi.test/android.support.test.runner.AndroidJUnitRunner'