aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:39:55 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:41:19 +0000
commitdffab708bc8746f923c2806422d9f3386bc5327a (patch)
tree1658cb90958498bab43d7ddd0aa2ef61be41ff5d
parent8640dcfecb8596d172114e2ecba01f4887346c13 (diff)
downloadipaddress-dffab708bc8746f923c2806422d9f3386bc5327a.tar.gz
Disable unused Python 2 variant.main-16k
Bug: 245854393 Test: presubmit Change-Id: I00ce509a79197e65a51729682d4539a0215ac052
-rw-r--r--Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index fcc2f89..42f26f9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,9 +35,4 @@ python_library {
srcs: [
"ipaddress.py",
],
- version: {
- py2: {
- enabled: true,
- },
- },
}