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