blob: 58213677f9fc8647886086d6c5cb602742301291 [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",
Rex Hoffman6d1129c2023-02-01 23:38:22 +000022 upstream: true,
Bob Badour81509f42021-02-12 21:42:00 -080023}