From f0dce18dbac212c04752b35bcf478ed971572370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:54 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: Ice4c148a8b3188a290dc891ac4f33270ffbd23b1 --- Android.bp | 8 -------- 1 file changed, 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", -- cgit v1.2.3