You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
716 B
28 lines
716 B
4 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
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: ["general-tests", "mts-cellbroadcast"],
|
||
|
certificate: "platform",
|
||
|
instrumentation_for: "CellBroadcastServiceModule",
|
||
|
min_sdk_version: "30",
|
||
|
}
|