diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-25 17:22:34 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2015-03-25 17:22:34 +0000 |
commit | 0a38a0e670076fa49c6533a0a3459f3ce61e801d (patch) | |
tree | 90597bf2bdb53a61215556824414c45ee24e0ed0 /tools | |
parent | 651b4fb337eba9971bb830d9e037c633e29a6eba (diff) | |
download | art-0a38a0e670076fa49c6533a0a3459f3ce61e801d.zip art-0a38a0e670076fa49c6533a0a3459f3ce61e801d.tar.gz art-0a38a0e670076fa49c6533a0a3459f3ce61e801d.tar.bz2 |
Make sure localhost is enabled on testing devices.
Change-Id: I9057dd77a8c760cc5881f3b2eaeb14a0d9910b51
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/setup-buildbot-device.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/setup-buildbot-device.sh b/tools/setup-buildbot-device.sh index fc396b6..7faf86e 100755 --- a/tools/setup-buildbot-device.sh +++ b/tools/setup-buildbot-device.sh @@ -24,5 +24,9 @@ echo -e "${green}Turn off selinux${nc}" adb shell setenforce 0 adb shell getenforce +echo -e "${green}Setting local loopback${nc}" +adb shell ifconfig lo up +adb shell ifconfig + echo -e "${green}List properties${nc}" adb shell getprop |