blob: 5c21977f419db26c4cf36a2c21dceae4647eb29e [file] [log] [blame]
felkachangacf1bd42018-10-08 15:42:19 +08001android_test {
2 name: "DocumentsUIAppPerfTests",
3
4 manifest: "AndroidManifest.xml",
5
6 srcs: [
7 "src/**/*.java",
8 ],
9
10 libs: [
11 "android.test.base",
12 "android.test.runner",
13 ],
14
15 static_libs: [
16 "androidx.legacy_legacy-support-v4",
17 "mockito-target",
18 "ub-uiautomator",
Diksha Gohlyan0fd53f32021-01-27 21:02:41 -080019 "collector-device-lib",
felkachangacf1bd42018-10-08 15:42:19 +080020 ],
21
22 platform_apis: true,
23
Diksha Gohlyan0fd53f32021-01-27 21:02:41 -080024 data: [":perfetto_artifacts"],
25
felkachangacf1bd42018-10-08 15:42:19 +080026 instrumentation_for: "DocumentsUI",
27
28 certificate: "platform",
29
30 test_suites: ["device-tests"],
31
32 //sdk_version: "current",
33}