blob: 62782725542d880e5a27577fbf9e72af3063cbfe [file] [log] [blame]
package {
// See: http://go/android-license-faq
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"],
}