You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
716 B
40 lines
716 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
android_test {
|
|
name: "DocumentsUIPerfTests",
|
|
|
|
manifest: "AndroidManifest.xml",
|
|
|
|
srcs: [
|
|
":DocumentsUIPerfTests-files",
|
|
"src/**/*.java",
|
|
],
|
|
|
|
resource_dirs: [
|
|
"res",
|
|
],
|
|
|
|
libs: [
|
|
"android.test.base",
|
|
"android.test.mock",
|
|
"android.test.runner",
|
|
],
|
|
|
|
static_libs: [
|
|
"androidx.legacy_legacy-support-v4",
|
|
"androidx.test.rules",
|
|
"androidx.test.espresso.core",
|
|
"mockito-target",
|
|
"ub-janktesthelper",
|
|
"ub-uiautomator",
|
|
],
|
|
|
|
platform_apis: true,
|
|
|
|
instrumentation_for: "DocumentsUI",
|
|
|
|
certificate: "platform",
|
|
}
|