blob: 1b170c02add6dd2856589433b30407e2574d6aae [file] [log] [blame]
Leland Miller67370f12019-09-23 16:09:52 -07001//############################################################
2// MmsService Robolectric test target. #
3//############################################################
4
Bob Badour81509f42021-02-12 21:42:00 -08005package {
6 default_applicable_licenses: ["Android-Apache-2.0"],
7}
8
Leland Miller67370f12019-09-23 16:09:52 -07009android_robolectric_test {
10 name: "MmsServiceRoboTests",
11
12 srcs: ["src/**/*.java"],
13
14 java_resource_dirs: ["config"],
15
Stephanie Shifc1d9742019-11-18 01:13:58 -080016 static_libs: [
17 "androidx.test.core",
18 "testng",
19 ],
Leland Miller67370f12019-09-23 16:09:52 -070020
21 instrumentation_for: "MmsService",
Bob Badour81509f42021-02-12 21:42:00 -080022}