Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f517a9c6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove python 2 support from manifest_utils"

parents 9579f4c0 c903f00e
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -47,15 +47,6 @@ python_library_host {
    srcs: [
        "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__"],
}