Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 094ba71f authored by David Su's avatar David Su
Browse files

FrameworksWifiApiTests runtest.sh: do not run with root

`adb root` is unnecessary, remove.

Bug: 146163587
Test: frameworks/base/wifi/tests/runtests.sh
Change-Id: Ibcdca8e6557d7ff6d17c7dc97ad16466b6bdbf4d
parent 7aeebcaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@ $ANDROID_BUILD_TOP/build/soong/soong_ui.bash --make-mode MODULES-IN-frameworks-b

set -x # print commands

adb root
adb wait-for-device

TARGET_ARCH=$($ANDROID_BUILD_TOP/build/soong/soong_ui.bash --dumpvar-mode TARGET_ARCH)