summaryrefslogtreecommitdiff
path: root/packages/Shell/tests/Android.bp
blob: 8536c4fbb5a3174275a55e3ba15509863a409362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
android_test {
    name: "ShellTests",
    srcs: ["src/**/*.java"],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.mock",
    ],
    static_libs: [
        "androidx.test.rules",
        "mockito-target-minus-junit4",
        "ub-uiautomator",
        "junit",
    ],
    platform_apis: true,
    test_suites: ["device-tests"],
    instrumentation_for: "Shell",
    certificate: "platform",
}