53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "device.google.atv.audio_proxy-aidl",
|
|
vendor_available: true,
|
|
system_ext_specific: true,
|
|
srcs: [
|
|
"device/google/atv/audio_proxy/*.aidl",
|
|
],
|
|
imports: [
|
|
"android.hardware.common-V2",
|
|
"android.hardware.common.fmq-V1",
|
|
],
|
|
stability: "vintf",
|
|
frozen: true,
|
|
backend: {
|
|
ndk: {
|
|
enabled: true,
|
|
},
|
|
java: {
|
|
enabled: false,
|
|
},
|
|
cpp: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
versions_with_info: [
|
|
{
|
|
version: "1",
|
|
imports: [
|
|
"android.hardware.common-V2",
|
|
"android.hardware.common.fmq-V1",
|
|
],
|
|
},
|
|
{
|
|
version: "2",
|
|
imports: [
|
|
"android.hardware.common-V2",
|
|
"android.hardware.common.fmq-V1",
|
|
],
|
|
},
|
|
{
|
|
version: "3",
|
|
imports: [
|
|
"android.hardware.common-V2",
|
|
"android.hardware.common.fmq-V1",
|
|
],
|
|
},
|
|
],
|
|
}
|