blob: e49ea707adc123a237700a613181ed6543048538 [file]
package {
default_team: "trendy_team_desktop_input",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_license"],
}
android_test {
name: "HidTests",
srcs: [
"src/**/*.aidl",
"src/**/*.kt",
],
kotlincflags: [
"-Werror",
],
platform_apis: true,
certificate: "platform",
static_libs: [
"android.view.flags-aconfig-java",
"androidx.test.core",
"androidx.test.ext.junit",
"androidx.test.rules",
"flag-junit",
"platform-test-annotations",
],
test_suites: ["device-tests"],
}