blob: e745fdfd1a20bda3406b6a3070e02f0b79263a05 [file] [log] [blame]
felkachangacf1bd42018-10-08 15:42:19 +08001android_test {
2 name: "DocumentsUIPerfTests",
3
4 manifest: "AndroidManifest.xml",
5
6 srcs: [
7 ":DocumentsUIPerfTests-files",
8 "src/**/*.java",
9 ],
10
11 resource_dirs: [
12 "res",
13 ],
14
15 libs: [
16 "android.test.base",
17 "android.test.mock",
18 "android.test.runner",
19 ],
20
21 static_libs: [
22 "androidx.legacy_legacy-support-v4",
Bill Linf7e53bb2019-07-30 23:40:09 +080023 "androidx.test.rules",
Brett Chabot2027ca02018-12-13 19:06:31 -080024 "androidx.test.espresso.core",
felkachangacf1bd42018-10-08 15:42:19 +080025 "mockito-target",
26 "ub-janktesthelper",
27 "ub-uiautomator",
28 ],
29
30 platform_apis: true,
31
32 instrumentation_for: "DocumentsUI",
33
34 certificate: "platform",
35}