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

android_test {
    name: "MtpServiceTests",
    srcs: ["src/**/*.java"],
    libs: [
        "android.test.runner",
        "android.test.base",
        "android.test.mock",
    ],
    static_libs: ["junit"],
    platform_apis: true,
    instrumentation_for: "MtpService",
    certificate: "media",
    test_suites: ["device-tests"],
}