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 | |||||
12 | static_libs: ["testng"], | ||||
13 | |||||
14 | instrumentation_for: "MmsService", | ||||
15 | } | ||||
16 | |||||
17 | |||||
18 |