Aishwarya Mallampati | 4c511b7 | 2022-06-07 23:27:50 +0000 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 4 | } |
| 5 | |
| 6 | android_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 | ], |
Saifuddin | 88c0090 | 2023-02-20 08:55:36 +0000 | [diff] [blame^] | 22 | srcs: ["src/**/*.java", ":mms-service-srcs"], |
Aishwarya Mallampati | 4c511b7 | 2022-06-07 23:27:50 +0000 | [diff] [blame] | 23 | platform_apis: true, |
| 24 | test_suites: ["device-tests"], |
| 25 | certificate: "platform", |
| 26 | instrumentation_for: "MmsService", |
Saifuddin | 88c0090 | 2023-02-20 08:55:36 +0000 | [diff] [blame^] | 27 | } |