blob: 5aa820c3b6a1176034035b058a24af6ad87fe3ce [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 Vishniakoua65f5812022-09-30 07:27:13 -070012 host_supported: true,
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080013 vendor_available: true,
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080014 srcs: ["android/hardware/input/common/*.aidl"],
Steven Moreland13666142022-12-06 02:07:44 +000015 frozen: true,
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080016 stability: "vintf",
17 backend: {
18 cpp: {
19 enabled: false,
20 },
21 java: {
22 enabled: false,
23 },
24 },
Jiyong Park70f58372022-04-16 07:03:24 +090025 versions_with_info: [
26 {
27 version: "1",
28 imports: [],
29 },
30 ],
31
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080032}