Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 1 | android_test { |
| 2 | name: "PackageManagerPerfTests", |
| 3 | |
| 4 | srcs: ["src/**/*.java"], |
| 5 | |
| 6 | static_libs: [ |
| 7 | "platform-compat-test-rules", |
| 8 | "androidx.appcompat_appcompat", |
| 9 | "androidx.test.rules", |
| 10 | "androidx.test.ext.junit", |
| 11 | "androidx.annotation_annotation", |
| 12 | "apct-perftests-utils", |
Patrick Baumann | d73f1e2 | 2020-12-04 11:54:36 -0800 | [diff] [blame] | 13 | "collector-device-lib-platform", |
Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 14 | ], |
| 15 | |
| 16 | libs: ["android.test.base"], |
| 17 | |
| 18 | platform_apis: true, |
| 19 | |
| 20 | test_suites: ["device-tests"], |
| 21 | |
Patrick Baumann | d73f1e2 | 2020-12-04 11:54:36 -0800 | [diff] [blame] | 22 | data: [":perfetto_artifacts"], |
| 23 | |
| 24 | certificate: "platform", |
| 25 | |
Patrick Baumann | 88c1e2a | 2020-01-30 09:53:01 -0800 | [diff] [blame] | 26 | } |