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

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

Merge "Cleanup python version properties" into main

parents 75aba172 6f345779
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,
        },
    },
}