diff options
author | jbudorick <jbudorick@chromium.org> | 2015-03-02 08:09:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-02 16:10:14 +0000 |
commit | a4550d6f45ce9c1af6b1e4703cbfd39b6664a4d1 (patch) | |
tree | 45bee593c7639aff2b45826d279e511886d3d9c1 | |
parent | afbc26a791ad18966e1a630a0012203191df8a57 (diff) | |
download | chromium_src-a4550d6f45ce9c1af6b1e4703cbfd39b6664a4d1.zip chromium_src-a4550d6f45ce9c1af6b1e4703cbfd39b6664a4d1.tar.gz chromium_src-a4550d6f45ce9c1af6b1e4703cbfd39b6664a4d1.tar.bz2 |
[Android] Disable the amp api status check.
BUG=428729
Review URL: https://codereview.chromium.org/966913003
Cr-Commit-Position: refs/heads/master@{#318705}
-rw-r--r-- | build/android/pylib/remote/device/remote_device_environment.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/pylib/remote/device/remote_device_environment.py b/build/android/pylib/remote/device/remote_device_environment.py index 6e75afa..3b0c029 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() |