blob: 0c41dbf6e896ff18cf97c7f4cc23b4f1e44a96d1 [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 {
Aditya Choudhary99d17d22024-02-02 13:55:51 +00006 default_team: "trendy_team_fwk_telephony",
Bob Badour81509f42021-02-12 21:42:00 -08007 default_applicable_licenses: ["Android-Apache-2.0"],
8}
9
Leland Miller67370f12019-09-23 16:09:52 -070010android_robolectric_test {
11 name: "MmsServiceRoboTests",
12
13 srcs: ["src/**/*.java"],
14
15 java_resource_dirs: ["config"],
16
Stephanie Shifc1d9742019-11-18 01:13:58 -080017 static_libs: [
18 "androidx.test.core",
19 "testng",
20 ],
Leland Miller67370f12019-09-23 16:09:52 -070021
22 instrumentation_for: "MmsService",
Rex Hoffman6d1129c2023-02-01 23:38:22 +000023 upstream: true,
Kevin Liua784b442024-05-07 02:24:42 +000024
25 strict_mode: false,
Bob Badour81509f42021-02-12 21:42:00 -080026}