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

Commit f7b2fc81 authored by Cole Faust's avatar Cole Faust
Browse files

Cleanup python version properties

Now that python 2 is fully removed, there's no need for
version-specific properties. Remove them.

Also remove usages of embedded_launcher: true, as that
is the new default value.

Bug: 399954452
Test: Presubmits
Change-Id: If2ec8f8e489653eb3d2a1959f378b89f5556dcb6
parent 37ac2d9f
Loading
Loading
Loading
Loading
+0 −5
Original line number Original line Diff line number Diff line
@@ -89,11 +89,6 @@ python_binary_host {
    name: "simg_dump",
    name: "simg_dump",
    main: "simg_dump.py",
    main: "simg_dump.py",
    srcs: ["simg_dump.py"],
    srcs: ["simg_dump.py"],
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
}
}


cc_fuzz {
cc_fuzz {
+0 −6
Original line number Original line Diff line number Diff line
@@ -23,10 +23,4 @@ python_test {
        "**/*.py",
        "**/*.py",
    ],
    ],
    test_suites: ["general-tests"],
    test_suites: ["general-tests"],
    version: {
        py3: {
            embedded_launcher: true,
            enabled: true,
        },
    },
}
}