blob: 7e3a8aa6c75db21f74830abaa1513d30ec1dd868 [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
Raff Tsai55422c72020-02-05 18:32:33 +080011android_test {
12 name: "SettingsPerfTests",
13
14 certificate: "platform",
15
16 libs: [
17 "android.test.runner",
18 ],
19
20 static_libs: [
21 "androidx.test.rules",
Fangqiu Su61c93dc2023-04-24 17:49:02 +000022 "androidx.test.uiautomator_uiautomator",
Raff Tsai55422c72020-02-05 18:32:33 +080023 ],
24
25 // Include all test java files.
26 srcs: ["src/**/*.java"],
27
28 platform_apis: true,
29 test_suites: ["device-tests"],
30
31 instrumentation_for: "Settings",
32}