mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Initial version, fixed tabs. Addressed comments. Bug: 227673740 Test: atest VtsHalTvInputTargetTest Change-Id: Id4bc501c4898239bd9325c8688687d95db74cf1d
28 lines
758 B
Plaintext
28 lines
758 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "android.hardware.tv.input",
|
|
vendor_available: true,
|
|
srcs: ["android/hardware/tv/input/*.aidl"],
|
|
imports: [
|
|
"android.hardware.common-V2",
|
|
"android.media.audio.common.types-V1",
|
|
],
|
|
stability: "vintf",
|
|
backend: {
|
|
java: {
|
|
sdk_version: "module_current",
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
}
|