aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-26 02:11:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-26 02:11:02 +0000
commitce81750cfe0d4fef757cdbbe657d3c32e8f47fba (patch)
treee8ac4fb5d09d68af2af59e26ecad1b3ae64ff280
parent753ad212383d73e68640a963547179831224be7e (diff)
parentdcc0c36559ac324c9e23e748f6a5d6ef74cc7c7f (diff)
downloadtreble-ce81750cfe0d4fef757cdbbe657d3c32e8f47fba.tar.gz
Snap for 8115127 from dcc0c36559ac324c9e23e748f6a5d6ef74cc7c7f to tm-release
Change-Id: I47a397480daa819ec0ecbb4a36f861fcdd2b8400
-rw-r--r--fetcher/fetcher_lib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fetcher/fetcher_lib.py b/fetcher/fetcher_lib.py
index 0ec0173..9701494 100644
--- a/fetcher/fetcher_lib.py
+++ b/fetcher/fetcher_lib.py
@@ -103,7 +103,8 @@ def create_client(http):
Returns:
An authorized android build api client.
"""
- return build(serviceName='androidbuildinternal', version='v2beta1', http=http)
+ return build(serviceName='androidbuildinternal', version='v2beta1', http=http,
+ static_discovery=False)
def create_client_from_json_keyfile(json_keyfile_name=None):