Merge "Remove python 2 support from manifest_utils"

This commit is contained in:
Treehugger Robot
2021-11-30 22:12:17 +00:00
committed by Gerrit Code Review

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__"],
} }