blob: e04c259f8c704bfc2cb5978f24e74f1eb4918472 [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",
"unsupportedappusage",
],
srcs: ["src/**/*.java", ":cellbroadcast-shared-srcs"],
platform_apis: true,
test_suites: ["device-tests"],
certificate: "platform",
instrumentation_for: "CellBroadcastServiceModule",
}