aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:11:28 +0000
commit9fccb56353951da25fe7a0c8e5a7184a7ba9d402 (patch)
treee1fb30656cf6c05c654b4fdfdd5affd69adf95b6
parentf0bd06bfd25cca9d70fba7a304a3bad523397145 (diff)
parentf663ba3e720a536eda74bc389f6612dd6415d15e (diff)
downloadhttplib2-android14-mainline-sdkext-release.tar.gz
Snap for 10453563 from f663ba3e720a536eda74bc389f6612dd6415d15e to mainline-sdkext-releaseaml_sdk_341510000aml_sdk_341410000aml_sdk_341110080aml_sdk_341110000aml_sdk_341010000aml_sdk_340912010android14-mainline-sdkext-release
Change-Id: I5ec8b5ceee57baec1a612980cdad4a3aaad89ee2
-rw-r--r--Android.bp17
1 files changed, 1 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index c77abc6..4cb6d72 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,12 +57,6 @@ filegroup {
}
filegroup {
- name: "py2_httplib2_srcs",
- srcs: ["python2/httplib2/*.py"],
- path: "python2/httplib2",
-}
-
-filegroup {
name: "py3_httplib2_srcs",
srcs: ["python3/httplib2/*.py"],
path: "python3/httplib2",
@@ -73,14 +67,5 @@ python_library {
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: [":py3_httplib2_srcs"],
}