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

Commit fef0800d authored by Charlie Boutier's avatar Charlie Boutier
Browse files

Pandora: build python without the embedded launcher

Bug: 333797891
Bug: 333799570
Test: atest BumbleBluetoothTests
Change-Id: Idc0bd57a27cffeef8c5a1a936872db59e9560b9c
parent 2eda90f8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -22,6 +22,11 @@ python_test_host {
    srcs: [
        "**/*.py",
    ],
    version: {
        py3: {
            embedded_launcher: false,
        },
    },
    libs: [
        "bumble_services_experimental-python",
        "libavatar",
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@ python_binary_host {
    srcs: [
        "src/bumble_server.py",
    ],
    version: {
        py3: {
            embedded_launcher: false,
        },
    },
    libs: [
        "bumble-pandora",
        "bumble_services_experimental-python",