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

Commit 45bd6fb9 authored by Cole Faust's avatar Cole Faust
Browse files

Remove py2 version block

Python2 no longer exists.

Also remove embedded_launcher: true in py3 block
because embedded_launcher: true is now the default.

Bug: 203436762
Test: Presubmits
Change-Id: I69b989dedecb6c83e30ea0ae3f540e83495b0099
parent a80655b5
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -39,13 +39,4 @@ python_test_host {
    device_common_data: [
        ":cdm_snippet_legacy",
    ],
    version: {
        py2: {
            enabled: false,
        },
        py3: {
            enabled: true,
            embedded_launcher: true,
        },
    },
}