2022-08-11 18:13:42 -07:00
|
|
|
package {
|
2024-01-31 11:06:17 +00:00
|
|
|
default_team: "trendy_team_tv_os",
|
2022-08-11 18:13:42 -07:00
|
|
|
// 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",
|
2023-01-12 16:51:03 -08:00
|
|
|
"android.hardware.common.fmq-V1",
|
2022-08-11 18:13:42 -07:00
|
|
|
],
|
|
|
|
|
stability: "vintf",
|
|
|
|
|
backend: {
|
|
|
|
|
java: {
|
|
|
|
|
sdk_version: "module_current",
|
|
|
|
|
},
|
|
|
|
|
cpp: {
|
|
|
|
|
enabled: false,
|
|
|
|
|
},
|
|
|
|
|
},
|
2023-04-04 19:52:27 +00:00
|
|
|
versions_with_info: [
|
|
|
|
|
{
|
|
|
|
|
version: "1",
|
|
|
|
|
imports: [
|
|
|
|
|
"android.hardware.common-V2",
|
|
|
|
|
"android.media.audio.common.types-V1",
|
|
|
|
|
"android.hardware.common.fmq-V1",
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
],
|
2023-10-09 13:47:06 -07:00
|
|
|
frozen: false,
|
2022-08-11 18:13:42 -07:00
|
|
|
}
|