aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:40:01 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:41:20 +0000
commit5933c383ef033a05e8abfdc5e2166b1d949baac8 (patch)
treefc51b9e0c0dfd17b872f0cfc45f286b1ef0623ee
parentc1cd0fa18d172fcc26e8cd36026a0586ff14832e (diff)
downloaduritemplates-5933c383ef033a05e8abfdc5e2166b1d949baac8.tar.gz
Disable unused Python 2 variant.main-16k
Bug: 245854393 Test: presubmit Change-Id: Icbbaecee94c516b312d53d070eec7b67f359a39b
-rw-r--r--uritemplate/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/uritemplate/Android.bp b/uritemplate/Android.bp
index 068c029..f878d86 100644
--- a/uritemplate/Android.bp
+++ b/uritemplate/Android.bp
@@ -26,13 +26,5 @@ python_library {
srcs: [
"*.py",
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
pkg_path: "uritemplate",
}