| Yi-an Chen | a3d6b06 | 2023-12-14 06:20:35 +0000 | [diff] [blame] | 1 | // Copyright (C) 2024 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 | |
| 15 | package { |
| Ronish Kalia | f891397 | 2024-02-14 14:30:14 +0000 | [diff] [blame] | 16 | default_team: "trendy_team_input_framework", |
| Yi-an Chen | a3d6b06 | 2023-12-14 06:20:35 +0000 | [diff] [blame] | 17 | // See: http://go/android-license-faq |
| 18 | // A large-scale-change added 'default_applicable_licenses' to import |
| 19 | // all of the 'license_kinds' from "frameworks_base_license" |
| 20 | // to get the below license kinds: |
| 21 | // SPDX-license-identifier-Apache-2.0 |
| 22 | default_applicable_licenses: ["frameworks_base_license"], |
| 23 | } |
| 24 | |
| 25 | android_test { |
| 26 | name: "PermissionServicePerfTests", |
| 27 | |
| 28 | srcs: [ |
| 29 | "src/**/*.java", |
| 30 | "src/**/*.kt", |
| 31 | ], |
| 32 | |
| 33 | static_libs: [ |
| 34 | "platform-compat-test-rules", |
| 35 | "androidx.appcompat_appcompat", |
| 36 | "androidx.test.rules", |
| 37 | "androidx.test.ext.junit", |
| 38 | "androidx.annotation_annotation", |
| 39 | "apct-perftests-utils", |
| 40 | "androidx.benchmark_benchmark-common", |
| 41 | "androidx.benchmark_benchmark-junit4", |
| 42 | "collector-device-lib-platform", |
| 43 | "cts-install-lib-java", |
| 44 | ], |
| 45 | |
| 46 | libs: ["android.test.base"], |
| 47 | |
| 48 | platform_apis: true, |
| 49 | |
| 50 | test_suites: ["device-tests"], |
| 51 | |
| 52 | data: [ |
| 53 | ":UsePermissionApp0", |
| 54 | ":UsePermissionApp1", |
| 55 | ":UsePermissionApp2", |
| 56 | ":UsePermissionApp3", |
| 57 | ":UsePermissionApp4", |
| 58 | ":UsePermissionApp5", |
| 59 | ":UsePermissionApp6", |
| 60 | ":UsePermissionApp7", |
| 61 | ":UsePermissionApp8", |
| 62 | ":UsePermissionApp9", |
| 63 | ":UsePermissionApp10", |
| 64 | ":UsePermissionApp11", |
| 65 | ":UsePermissionApp12", |
| 66 | ":UsePermissionApp13", |
| 67 | ":UsePermissionApp14", |
| 68 | ":UsePermissionApp15", |
| 69 | ":UsePermissionApp16", |
| 70 | ":UsePermissionApp17", |
| 71 | ":UsePermissionApp18", |
| 72 | ":UsePermissionApp19", |
| 73 | ":UsePermissionApp20", |
| 74 | ":UsePermissionApp21", |
| 75 | ":UsePermissionApp22", |
| 76 | ":UsePermissionApp23", |
| 77 | ":UsePermissionApp24", |
| 78 | ":UsePermissionApp25", |
| 79 | ":UsePermissionApp26", |
| 80 | ":UsePermissionApp27", |
| 81 | ":UsePermissionApp28", |
| 82 | ":UsePermissionApp29", |
| 83 | ":perfetto_artifacts", |
| 84 | ], |
| 85 | |
| 86 | certificate: "platform", |
| 87 | |
| 88 | } |