blob: 335c8d0127ebb08b2d3de2cec8d7fb61da61a405 [file] [log] [blame]
Bob Badourd5949582021-02-23 13:18:34 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Siarhei Vishniakou57dff762020-07-28 23:11:40 -050010android_test {
11 name: "InputTests",
12 srcs: ["src/**/*.kt"],
13 platform_apis: true,
14 certificate: "platform",
15 static_libs: [
16 "androidx.test.ext.junit",
17 "androidx.test.rules",
Siarhei Vishniakouefed1662020-11-30 10:30:52 -100018 "truth-prebuilt",
Siarhei Vishniakou57dff762020-07-28 23:11:40 -050019 "ub-uiautomator",
20 ],
Siarhei Vishniakou34fad5c2020-10-20 21:19:14 -050021 test_suites: ["device-tests"],
Siarhei Vishniakou57dff762020-07-28 23:11:40 -050022}