blob: a72b07c45dd8f9c7be024609b0531d2f43c48e14 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"],
}
|