Prevents the UnknownApiNameOrVersion error am: d87e2c9229 am: 977cf88b0a am: d3c0b00d77 am: 5188163b05

Original change: https://android-review.googlesource.com/c/platform/tools/treble/+/1956317

Change-Id: I942066f03749ede06b9114fbf55a78cdf2d92bc2
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 @@
   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):