Leland Miller | 67370f1 | 2019-09-23 16:09:52 -0700 | [diff] [blame] | 1 | //############################################################ |
| 2 | // MmsService Robolectric test target. # |
| 3 | //############################################################ |
| 4 | |
| 5 | android_robolectric_test { |
| 6 | name: "MmsServiceRoboTests", |
| 7 | |
| 8 | srcs: ["src/**/*.java"], |
| 9 | |
| 10 | java_resource_dirs: ["config"], |
| 11 | |
Stephanie Shi | fc1d974 | 2019-11-18 01:13:58 -0800 | [diff] [blame] | 12 | static_libs: [ |
| 13 | "androidx.test.core", |
| 14 | "testng", |
| 15 | ], |
Leland Miller | 67370f1 | 2019-09-23 16:09:52 -0700 | [diff] [blame] | 16 | |
| 17 | instrumentation_for: "MmsService", |
Stephanie Shi | fc1d974 | 2019-11-18 01:13:58 -0800 | [diff] [blame] | 18 | } |