blob: 0a26a79873028d4b785d8901d6d96b8b369803f6 [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "BlockedNumberProviderTest",
static_libs: [
"mockito-target-minus-junit4",
"androidx.test.rules",
],
libs: [
"android.test.runner",
"android.test.base",
"android.test.mock",
],
// Only compile source java files in this apk.
srcs: ["src/**/*.java"],
platform_apis: true,
test_suites: ["device-tests"],
instrumentation_for: "BlockedNumberProvider",
certificate: "shared",
optimize: {
enabled: false,
},
}