bisect-kit: Add static_discovery=False for android private API.

static_discovery=False is requried for private APIs in client library
2.0.
https://github.com/googleapis/google-api-python-client/issues/1225

BUG=b:185874822
TEST=run AndroidInternalApi()

Change-Id: Iaf5c5da84cde931e4137cb86714981558671ec70
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/bisect-kit/+/2841996
Commit-Queue: Zheng-Jie Chang <zjchang@chromium.org>
Commit-Queue: Kuang-che Wu <kcwu@chromium.org>
Tested-by: Zheng-Jie Chang <zjchang@chromium.org>
Auto-Submit: Zheng-Jie Chang <zjchang@chromium.org>
Reviewed-by: Kuang-che Wu <kcwu@chromium.org>
diff --git a/bisect_kit/android_util.py b/bisect_kit/android_util.py
index 22e70b1..cef08f4 100644
--- a/bisect_kit/android_util.py
+++ b/bisect_kit/android_util.py
@@ -310,7 +310,8 @@
         'androidbuildinternal',
         'v3',
         credentials=self.credentials,
-        cache_discovery=False)
+        cache_discovery=False,
+        static_discovery=False)
 
   def get_credentials(self):
     # TODO(zjchang): support compute engine type credential