blob: a8aab2a899fbcbb7e6b7d556be9fa5733514c7df [file] [log] [blame]
android_test {
name: "InputTests",
srcs: ["src/**/*.kt"],
platform_apis: true,
certificate: "platform",
static_libs: [
"androidx.test.ext.junit",
"androidx.test.rules",
"ub-uiautomator",
],
test_suites: ["device-tests"],
}