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

Commit 90db4d09 authored by jahinimtiaz's avatar jahinimtiaz
Browse files

Include module dependencies under `data`

Bug: 269138674
Test: Presubmit
Change-Id: Ib27a392de799b5407f15876ed8a81f24bbe23cd2
parent 30666482
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 {