Siarhei Vishniakou | 57dff76 | 2020-07-28 23:11:40 -0500 | [diff] [blame] | 1 | android_test { |
2 | name: "InputTests", | ||||
3 | srcs: ["src/**/*.kt"], | ||||
4 | platform_apis: true, | ||||
5 | certificate: "platform", | ||||
6 | static_libs: [ | ||||
7 | "androidx.test.ext.junit", | ||||
8 | "androidx.test.rules", | ||||
9 | "android-support-test", | ||||
10 | "ub-uiautomator", | ||||
11 | ], | ||||
12 | } |