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

Commit 19052682 authored by Abel Lucas's avatar Abel Lucas Committed by Automerger Merge Worker
Browse files

Merge "Include module dependencies under `data`" am: f6ddaf93 am: 5f41aba7

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


sh_binary_host {
sh_binary_host {