blob: 595b4bee6fa51daf4d0b37374231ba16867087d8 [file] [log] [blame]
Aishwarya Mallampati4c511b72022-06-07 23:27:50 +00001package {
2 // See: http://go/android-license-faq
3 default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_test {
7 name: "MmsServiceTests",
8 static_libs: [
9 "mms-protos-lite",
10 "mms-statsd",
11 "androidx.annotation_annotation",
12 "mockito-target",
13 "compatibility-device-util-axt",
14 "androidx.test.rules",
15 "truth-prebuilt",
16 ],
17 libs: [
18 "android.test.runner",
19 "android.test.base",
20 "android.test.mock",
21 ],
Saifuddin88c00902023-02-20 08:55:36 +000022 srcs: ["src/**/*.java", ":mms-service-srcs"],
Aishwarya Mallampati4c511b72022-06-07 23:27:50 +000023 platform_apis: true,
24 test_suites: ["device-tests"],
25 certificate: "platform",
26 instrumentation_for: "MmsService",
Saifuddin88c00902023-02-20 08:55:36 +000027}