Colin Cross | 946a0fd | 2019-05-07 11:22:05 -0700 | [diff] [blame] | 1 | // Copyright (C) 2018 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
Bob Badour | 6695ff8 | 2021-02-12 17:08:01 -0800 | [diff] [blame] | 15 | package { |
| 16 | // See: http://go/android-license-faq |
| 17 | // A large-scale-change added 'default_applicable_licenses' to import |
| 18 | // all of the 'license_kinds' from "packages_apps_Settings_license" |
| 19 | // to get the below license kinds: |
| 20 | // SPDX-license-identifier-Apache-2.0 |
| 21 | default_applicable_licenses: ["packages_apps_Settings_license"], |
| 22 | } |
| 23 | |
Colin Cross | 946a0fd | 2019-05-07 11:22:05 -0700 | [diff] [blame] | 24 | android_test { |
| 25 | name: "SettingsUITests", |
| 26 | platform_apis: true, |
| 27 | certificate: "platform", |
| 28 | test_suites: ["device-tests"], |
| 29 | srcs: ["src/**/*.java"], |
| 30 | |
| 31 | libs: [ |
| 32 | "android.test.runner", |
| 33 | "android.test.base", |
| 34 | ], |
| 35 | |
| 36 | static_libs: [ |
| 37 | "androidx.test.rules", |
| 38 | "app-helpers-core", |
| 39 | "launcher-helper-lib", |
| 40 | "metrics-helper-lib", |
| 41 | "platform-test-annotations", |
| 42 | "settings-helper", |
| 43 | "sysui-helper", |
| 44 | "timeresult-helper-lib", |
| 45 | "truth-prebuilt", |
| 46 | "ub-uiautomator", |
| 47 | ], |
| 48 | |
| 49 | //sdk_version: "current", |
| 50 | } |