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

Commit dd82dfca 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...

Merge "Include module dependencies under `data`" am: f6ddaf93 am: 5f41aba7 am: 19052682 am: 5af7991c am: 6b4d1250

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2526099



Change-Id: Ia4201e74379dcd22febce0e82fa291debfc8136f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e68ebec9 6b4d1250
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 {