blob: b96f4d063514e5fb3e0368d6ea1b9b181c59bff3 [file] [log] [blame]
Siarhei Vishniakou600e9132022-01-07 16:27:22 -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 "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10aidl_interface {
11 name: "android.hardware.input.common",
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080012 vendor_available: true,
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080013 srcs: ["android/hardware/input/common/*.aidl"],
14 stability: "vintf",
15 backend: {
16 cpp: {
17 enabled: false,
18 },
19 java: {
20 enabled: false,
21 },
22 },
23}