blob: 9d35cbc3de7f30cde633784b0388b8bd148e0423 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
android_test {
name: "InputTests",
srcs: ["src/**/*.kt"],
platform_apis: true,
certificate: "platform",
static_libs: [
"androidx.test.ext.junit",
"androidx.test.rules",
"android-support-test",
"ub-uiautomator",
],
}
|