summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-09-12 12:55:37 -0700
committerCole Faust <colefaust@google.com>2022-09-12 12:55:37 -0700
commit307cccac681b3f550ee982f44e9948913b07d6ab (patch)
tree9da0fa0875945035aa19abfbe161c142f1eedc00
parent614fc497c7a423b6367affc61fb8752a01dc2344 (diff)
downloadvndk-307cccac681b3f550ee982f44e9948913b07d6ab.tar.gz
Remove py2 usages
Bug: 203436762 Test: m nothing Change-Id: I0700ef1c5819c1a2f9aec6a0c64ea39cdb35b461
-rw-r--r--Android.bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Android.bp b/Android.bp
index e8fb2cc..6b1fadd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,14 +27,6 @@ python_library_host {
":vndk_lib_lists",
":vndk_lib_extra_lists"
],
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
}
python_defaults {
@@ -44,11 +36,7 @@ python_defaults {
"vts_vndk_utils",
],
version: {
- py2: {
- enabled: false,
- },
py3: {
- enabled: true,
embedded_launcher: true,
}
}