From 8b48d0a9faeb5ec683be44e91148e5839bf7a73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kosi=C5=84ski?= Date: Tue, 20 Sep 2022 01:39:55 +0000 Subject: Disable unused Python 2 variant. Bug: 245854393 Test: presubmit Change-Id: Ib12fd4b854bfa2d4ec1da4406ccdb328397a3d8f --- Android.bp | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/Android.bp b/Android.bp index c77abc6..32aafcd 100644 --- a/Android.bp +++ b/Android.bp @@ -56,31 +56,10 @@ filegroup { path: "python3/httplib2", } -filegroup { - name: "py2_httplib2_srcs", - srcs: ["python2/httplib2/*.py"], - path: "python2/httplib2", -} - -filegroup { - name: "py3_httplib2_srcs", - srcs: ["python3/httplib2/*.py"], - path: "python3/httplib2", -} - python_library { name: "py-httplib2", host_supported: true, data: [":cacert_data"], pkg_path: "httplib2", - version: { - py2: { - enabled: true, - srcs: [":py2_httplib2_srcs"], - }, - py3: { - enabled: true, - srcs: [":py3_httplib2_srcs"], - }, - }, + srcs: ["python3/httplib2/*.py"], } -- cgit v1.2.3