Index: build/android/pylib/remote/device/remote_device_environment.py |
diff --git a/build/android/pylib/remote/device/remote_device_environment.py b/build/android/pylib/remote/device/remote_device_environment.py |
index 6e75afa33debac93af35f2193055566b766bd7a7..3b0c029c089e761896584322eefbfd0f4d8164f9 100644 |
--- a/build/android/pylib/remote/device/remote_device_environment.py |
+++ b/build/android/pylib/remote/device/remote_device_environment.py |
@@ -183,6 +183,7 @@ class RemoteDeviceEnvironment(environment.Environment): |
os.environ['APPURIFY_API_PROTO'] = self._api_protocol |
os.environ['APPURIFY_API_HOST'] = self._api_address |
os.environ['APPURIFY_API_PORT'] = self._api_port |
+ os.environ['APPURIFY_STATUS_BASE_URL'] = 'none' |
self._GetAccessToken() |
if self._trigger: |
self._SelectDevice() |