blob: f59dde694480bfd02566412739ee7c1f7c321e5f [file] [log] [blame]
android_test {
name: "CellBroadcastServiceTests",
static_libs: [
"mockito-target",
"compatibility-device-util-axt",
"androidx.test.rules",
"truth-prebuilt",
"testables",
],
libs: [
"android.test.runner",
"telephony-common",
"android.test.base",
"android.test.mock",
],
srcs: ["src/**/*.java", ":cellbroadcast-shared-srcs"],
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",
instrumentation_for: "CellBroadcastServiceModule",
}