commit | 0a38a0e670076fa49c6533a0a3459f3ce61e801d | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 25 17:22:34 2015 +0000 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Wed Mar 25 17:22:34 2015 +0000 |
tree | 90597bf2bdb53a61215556824414c45ee24e0ed0 | |
parent | 651b4fb337eba9971bb830d9e037c633e29a6eba [diff] [blame] |
Make sure localhost is enabled on testing devices. Change-Id: I9057dd77a8c760cc5881f3b2eaeb14a0d9910b51
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 @@ 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