From 5cd0b3ded4e919da0e755890593e2dcfa209077b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:56 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: I011567bb996173c77f9f278e7f4554f4be75dbfa --- oauth2client/Android.bp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/oauth2client/Android.bp b/oauth2client/Android.bp index 0faa5c5..8fed228 100644 --- a/oauth2client/Android.bp +++ b/oauth2client/Android.bp @@ -28,14 +28,6 @@ python_library { "contrib/*.py", "contrib/django_util/*.py", ], - version: { - py2: { - enabled: true, - }, - py3: { - enabled: true, - }, - }, libs: [ "py-httplib2", "py-pyasn1", -- cgit v1.2.3