summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-05-10 16:20:19 -0700
committerCole Faust <colefaust@google.com>2022-05-10 16:24:49 -0700
commit3b0809d113f27c3ea0847ca7dad72467e27e227a (patch)
tree560616ddf6ed7e41dedaf2fe07916a8d4d27a437
parent091cd4891e981944ec910f8a787c418f6a3f893d (diff)
downloadapex-3b0809d113f27c3ea0847ca7dad72467e27e227a.tar.gz
Remove python 2 support from apex proto libraries
Everything that depends on these libraries is now python 3 only, so we can also make these python 3. Bug: 203436762 Test: m apexer Change-Id: Iafb9efaaab58c155505c4b0cf0acba206e457c2e
-rw-r--r--proto/Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/proto/Android.bp b/proto/Android.bp
index 30b24e33..51809297 100644
--- a/proto/Android.bp
+++ b/proto/Android.bp
@@ -45,14 +45,6 @@ cc_library_static {
python_library_host {
name: "apex_manifest_proto",
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
srcs: [
"apex_manifest.proto",
],
@@ -63,14 +55,6 @@ python_library_host {
python_library_host {
name: "apex_build_info_proto",
- version: {
- py2: {
- enabled: true,
- },
- py3: {
- enabled: true,
- },
- },
srcs: [
"apex_build_info.proto",
],