summaryrefslogtreecommitdiff
path: root/tests/tests/provider/preconditions/Android.bp
blob: 485cc2e63cb03be5e5bcebddae7cd6bec937cf8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

java_test_helper_library {
    name: "compatibility-host-provider-preconditions",
    srcs: ["src/**/*.java"],
    libs: [
        "compatibility-host-util",
        "cts-tradefed",
        "tradefed",
    ],
    // Tag this module as a cts test artifact
    test_suites: [
        "cts",
        "general-tests",
        "sts",
        "mcts-documentsui",
        "mts-documentsui"
    ],
    host_supported: true,
    device_supported: false,
}