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

Commit 851e0a9a authored by Jahin Imtiaz's avatar Jahin Imtiaz Committed by Gerrit Code Review
Browse files

Merge "Include module dependencies under `data`"

parents 7129677f 884c9999
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -47,17 +47,15 @@ android_test_helper_app {


    test_suites: [
    test_suites: [
        "general-tests",
        "general-tests",
        "device-tests",
        "mts-bluetooth",
    ],
    ],
    min_sdk_version: "Tiramisu",
    min_sdk_version: "Tiramisu",
}
}


android_test {
android_test {
    name: "pts-bot",
    name: "pts-bot",
    required: ["PandoraServer"],
    test_config: "configs/PtsBotTest.xml",
    test_config: "configs/PtsBotTest.xml",
    data: [
    data: [
        ":PandoraServer",
        "configs/pts_bot_tests_config.json",
        "configs/pts_bot_tests_config.json",
        ":mmi2grpc",
        ":mmi2grpc",
    ],
    ],
@@ -67,9 +65,9 @@ android_test {


android_test {
android_test {
    name: "pts-bot-mts",
    name: "pts-bot-mts",
    required: ["PandoraServer"],
    test_config: "configs/PtsBotTestMts.xml",
    test_config: "configs/PtsBotTestMts.xml",
    data: [
    data: [
        ":PandoraServer",
        "configs/pts_bot_tests_config.json",
        "configs/pts_bot_tests_config.json",
        ":mmi2grpc",
        ":mmi2grpc",
    ],
    ],