blob: c6ec840381050951037fdd6ff870f8911d92abc5 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "DownloadAppFunctionalTests",
sdk_version: "test_current",
srcs: ["**/*.java"],
static_libs: [
"launcher-helper-lib",
"androidx.test.uiautomator_uiautomator",
"androidx.test.rules",
],
libs: ["android.test.base.stubs"],
certificate: "platform",
test_suites: ["device-tests"],
}