Bob Badour | e539dba | 2021-02-12 17:07:05 -0800 | [diff] [blame^] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "frameworks_base_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_base_license"], |
| 8 | } |
| 9 | |
Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 10 | android_test { |
| 11 | name: "PackageManagerPerfTests", |
| 12 | |
| 13 | srcs: ["src/**/*.java"], |
| 14 | |
| 15 | static_libs: [ |
| 16 | "platform-compat-test-rules", |
| 17 | "androidx.appcompat_appcompat", |
| 18 | "androidx.test.rules", |
| 19 | "androidx.test.ext.junit", |
| 20 | "androidx.annotation_annotation", |
| 21 | "apct-perftests-utils", |
Patrick Baumann | d73f1e2 | 2020-12-04 11:54:36 -0800 | [diff] [blame] | 22 | "collector-device-lib-platform", |
Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 23 | ], |
| 24 | |
| 25 | libs: ["android.test.base"], |
| 26 | |
| 27 | platform_apis: true, |
| 28 | |
| 29 | test_suites: ["device-tests"], |
| 30 | |
Patrick Baumann | d73f1e2 | 2020-12-04 11:54:36 -0800 | [diff] [blame] | 31 | data: [":perfetto_artifacts"], |
| 32 | |
| 33 | certificate: "platform", |
| 34 | |
Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 35 | } |