1package { 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 10android_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", 22 "collector-device-lib-platform", 23 ], 24 25 libs: ["android.test.base"], 26 27 platform_apis: true, 28 29 test_suites: ["device-tests"], 30 31 data: [":perfetto_artifacts"], 32 33 certificate: "platform", 34 35} 36