1package { 2 default_team: "trendy_team_android_settings_app", 3 // 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 11android_test { 12 name: "AnomalyTester", 13 14 certificate: "platform", 15 16 libs: ["android.test.runner.stubs.system"], 17 18 static_libs: [ 19 "androidx.test.rules", 20 "mockito-target", 21 "androidx.test.uiautomator_uiautomator", 22 "truth", 23 ], 24 25 srcs: ["**/*.java"], 26 27 optimize: { 28 enabled: false, 29 }, 30 31 platform_apis: true, 32 33 instrumentation_for: "Settings", 34} 35