blob: 63af4eee2860e03d1eafaf7fb41977a4b37fa6dc [file] [log] [blame]
Bob Badour6695ff82021-02-12 17:08:01 -08001package {
Aditya Choudhary4f5c1ac2024-02-05 15:41:26 +00002 default_team: "trendy_team_android_settings_app",
Bob Badour6695ff82021-02-12 17:08:01 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "packages_apps_Settings_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["packages_apps_Settings_license"],
9}
10
Colin Cross946a0fd2019-05-07 11:22:05 -070011android_test {
12 name: "AnomalyTester",
13
14 certificate: "platform",
15
Jihoon Kang9b946d22024-08-30 00:29:46 +000016 libs: ["android.test.runner.stubs.system"],
Colin Cross946a0fd2019-05-07 11:22:05 -070017
18 static_libs: [
19 "androidx.test.rules",
20 "mockito-target",
Fangqiu Su38cf6852023-04-24 17:33:03 +000021 "androidx.test.uiautomator_uiautomator",
Krzysztof KosiƄskic81fbce2023-10-11 19:39:33 +000022 "truth",
Colin Cross946a0fd2019-05-07 11:22:05 -070023 ],
24
25 srcs: ["**/*.java"],
26
27 optimize: {
28 enabled: false,
29 },
30
31 platform_apis: true,
32
33 instrumentation_for: "Settings",
34}