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

Commit 42176bf2 authored by Charlie Boutier's avatar Charlie Boutier Committed by Gerrit Code Review
Browse files

Merge "Pandora: build python without the embedded launcher" into main

parents f873353a fef0800d
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",