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

Commit c026a9ac authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Remove Python enables identical to global defaults.

Bug: 245854393
Test: presubmit
Change-Id: I489e4ec6537397f9ebb81f23e0aef7f98d78edb6
parent e04a6f80
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -21,18 +21,6 @@ package {
    default_applicable_licenses: ["frameworks_av_license"],
}

python_defaults {
    name: "tools_default",
    version: {
        py2: {
            enabled: false,
        },
        py3: {
            enabled: true,
        },
    },
}

//##################################################################################################
// Tools for audio policy engine criterion type configuration file
//
@@ -42,7 +30,6 @@ python_binary_host {
    srcs: [
        "buildPolicyCriterionTypes.py",
    ],
    defaults: ["tools_default"],
}

genrule_defaults {
@@ -77,7 +64,6 @@ python_binary_host {
    srcs: [
        "domainGeneratorPolicy.py",
    ],
    defaults: ["tools_default"],
    libs: [
        "EddParser.py",
        "hostConfig.py",
@@ -126,7 +112,6 @@ python_binary_host {
    srcs: [
        "buildStrategiesStructureFile.py",
    ],
    defaults: ["tools_default"],
}

genrule_defaults {
@@ -154,7 +139,6 @@ python_binary_host {
    srcs: [
        "buildCommonTypesStructureFile.py",
    ],
    defaults: ["tools_default"],
}

genrule_defaults {