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

Commit f6ddaf93 authored by Abel Lucas's avatar Abel Lucas Committed by Gerrit Code Review
Browse files

Merge "Include module dependencies under `data`"

parents b315d83f 90db4d09
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -29,14 +29,16 @@ python_test_host {
        "bumble_services_experimental-python",
    ],
    required: [
        "PandoraServer",
        "aapt",
    ],
    test_suites: ["general-tests"],
    test_options: {
        unit_test: false,
    },
    data: ["config.yml"],
    data: [
        ":PandoraServer",
        "config.yml",
    ],
}

sh_binary_host {