xref: /aosp_15_r20/cts/tests/mediaprovider/preconditions/Android.bp (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5java_test_helper_library {
6    name: "compatibility-host-provider-preconditions",
7    srcs: ["src/**/*.java"],
8    libs: [
9        "compatibility-host-util",
10        "cts-tradefed",
11        "tradefed",
12    ],
13    // Tag this module as a cts test artifact
14    test_suites: [
15        "cts",
16        "mcts",
17        "general-tests",
18        "sts",
19        "mcts-mediaprovider",
20        "mts-mediaprovider",
21    ],
22    host_supported: true,
23    device_supported: false,
24}
25