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

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

Merge "Remove py2 usages"

parents 7893411e 03a12e2a
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -39,14 +39,6 @@ python_library_host {
        "care_map.proto",
    ],
    proto: {type: "lite", canonical_path_from_root: false},
    version: {
        py2: {
            enabled: true,
        },
        py3: {
            enabled: true,
        },
    },
    visibility: [
        "//build/make/tools/releasetools:__subpackages__",
    ],
@@ -145,12 +137,7 @@ python_binary_host {
    },

    version: {
        py2: {
            enabled: false,
            embedded_launcher: false,
        },
        py3: {
            enabled: true,
            embedded_launcher: true,
        },
    },