• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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",
12    host_supported: true,
13    vendor_available: true,
14    srcs: ["android/hardware/input/common/*.aidl"],
15    stability: "vintf",
16    backend: {
17        cpp: {
18            enabled: false,
19        },
20        java: {
21            enabled: false,
22        },
23    },
24    versions_with_info: [
25        {
26            version: "1",
27            imports: [],
28        },
29    ],
30
31}
32