Remove python 2 support from manifest_utils

Bug: 203436762
Test: Presubmits
Change-Id: If93033a428aa1aa0dd2db973666d4790af8f0912
This commit is contained in:
Cole Faust
2021-11-30 12:24:02 -08:00
parent a5524e3272
commit c903f00e3f

View File

@@ -47,15 +47,6 @@ python_library_host {
srcs: [ srcs: [
"manifest.py", "manifest.py",
], ],
version: {
py2: {
// TODO(b/203436762) Remove when system/apex/apexer/apexer.py is converted
enabled: true,
},
py3: {
enabled: true,
},
},
visibility: ["//system/apex/apexer:__pkg__"], visibility: ["//system/apex/apexer:__pkg__"],
} }