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", | ||||
13 | ], | ||||
14 | |||||
15 | libs: ["android.test.base"], | ||||
16 | |||||
17 | platform_apis: true, | ||||
18 | |||||
19 | test_suites: ["device-tests"], | ||||
20 | |||||
21 | } |