blob: 54b361b409ab1a6f6b368bd41a95748791a0d805 [file] [log] [blame]
Leland Miller67370f12019-09-23 16:09:52 -07001//############################################################
2// MmsService Robolectric test target. #
3//############################################################
4
5android_robolectric_test {
6 name: "MmsServiceRoboTests",
7
8 srcs: ["src/**/*.java"],
9
10 java_resource_dirs: ["config"],
11
Stephanie Shifc1d9742019-11-18 01:13:58 -080012 static_libs: [
13 "androidx.test.core",
14 "testng",
15 ],
Leland Miller67370f12019-09-23 16:09:52 -070016
17 instrumentation_for: "MmsService",
Stephanie Shifc1d9742019-11-18 01:13:58 -080018}