blob: d63f3ba6441d4b7bb00eaefa1d32af194e22f40b [file] [log] [blame]
Colin Crosse0e22cf2019-05-15 15:26:26 -07001//############################################
2// Settings Robolectric test target. #
3//############################################
4
5android_robolectric_test {
6 name: "SettingsRoboTests",
7
8 srcs: ["src/**/*.java"],
9
10 java_resource_dirs: ["config"],
11
12 libs: [
13 "robolectric_android-all-stub",
14 "Robolectric_all-target",
15 "mockito-robolectric-prebuilt",
16 "truth-prebuilt",
17 ],
18
19 instrumentation_for: "Settings",
20
21 test_options: {
22 timeout: "36000",
23 },
24}