1package { 2 default_team: "trendy_team_input_framework", 3 // See: http://go/android-license-faq 4 // A large-scale-change added 'default_applicable_licenses' to import 5 // all of the 'license_kinds' from "hardware_interfaces_license" 6 // to get the below license kinds: 7 // SPDX-license-identifier-Apache-2.0 8 default_applicable_licenses: ["hardware_interfaces_license"], 9} 10 11aidl_interface { 12 name: "android.hardware.input.processor", 13 host_supported: true, 14 vendor_available: true, 15 srcs: ["android/hardware/input/processor/*.aidl"], 16 imports: [ 17 "android.hardware.input.common-V1", 18 ], 19 stability: "vintf", 20 backend: { 21 cpp: { 22 enabled: false, 23 }, 24 java: { 25 enabled: false, 26 }, 27 }, 28 versions_with_info: [ 29 { 30 version: "1", 31 imports: ["android.hardware.input.common-V1"], 32 }, 33 ], 34 35} 36