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

Commit 884c9999 authored by jahinimtiaz's avatar jahinimtiaz
Browse files

Include module dependencies under `data`

Bug: 269138674
Test: Presubmit
Change-Id: I4956dad73b0f91d5ddea1c7a55f0fadc52d87de7
parent f657aa62
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -47,17 +47,15 @@ android_test_helper_app {

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

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

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