aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:39:54 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:41:19 +0000
commitf0dce18dbac212c04752b35bcf478ed971572370 (patch)
tree46f380eb2ae6c981add1ac073c9875dacbb23139
parent31070a7edf60c5bc1ff1e597e7d3de384a51e08e (diff)
downloadgoogle-api-python-client-f0dce18dbac212c04752b35bcf478ed971572370.tar.gz
Disable unused Python 2 variant.main-16k
Bug: 245854393 Test: presubmit Change-Id: Ice4c148a8b3188a290dc891ac4f33270ffbd23b1
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index b20c59667..bd78fad6e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,14 +52,6 @@ python_library {
"googleapiclient/discovery_cache/*.py",
"apiclient/*.py",
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
libs: [
"py-httplib2",
"py-oauth2client",