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

Commit 6f345779 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: Ie0525d27ce70767c739079434a3d30c762632fdc
parent 850e8e7c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@ package {

python_defaults {
    name: "fonts_python_defaults",
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
}

python_binary_host {
+0 −5
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ python_binary_host {
    name: "lint_fix",
    main: "soong_lint_fix.py",
    srcs: ["soong_lint_fix.py"],
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
}

python_library_host {
+0 −5
Original line number Diff line number Diff line
@@ -65,9 +65,4 @@ python_test_host {
        "AndroidGlobalLintTestNoAidl_py",
        "AndroidGlobalLintTestMissingAnnotation_py",
    ],
    version: {
        py3: {
            embedded_launcher: true,
        },
    },
}