packages/services/Mtp/tests/Android.bp

19 lines
406 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
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"],
}