aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:39:56 +0000
committerKrzysztof Kosiński <krzysio@google.com>2022-09-20 01:41:19 +0000
commitd1e64a3f9096f6b42320cdb83d7167c9088953d6 (patch)
treef4af2a96ccf2dc3327974a26957d8c56e5540853
parent2712506a265138931a5dfa07fb54a30d165a6933 (diff)
downloadmarkupsafe-d1e64a3f9096f6b42320cdb83d7167c9088953d6.tar.gz
Disable unused Python 2 variant.main-16k
Bug: 245854393 Test: presubmit Change-Id: I85f0c088f6f2c6d498fdb6af91a7fbac7f330a1e
-rw-r--r--src/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 828e7eb..e03c7ac 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -9,12 +9,4 @@ python_library {
"markupsafe/__init__.py",
"markupsafe/_native.py",
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
}