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

Commit 222618a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Cleanup python version properties" into main am: cdcb8e53

parents 7a5732cd cdcb8e53
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,
        },
    },
}