You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
553 B
30 lines
553 B
4 months ago
|
package {
|
||
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||
|
}
|
||
|
|
||
|
aidl_interface {
|
||
|
name: "android.fmq.test",
|
||
|
host_supported: true,
|
||
|
vendor_available: true,
|
||
|
unstable: true,
|
||
|
srcs: [
|
||
|
"android/fmq/test/*.aidl",
|
||
|
],
|
||
|
imports: [
|
||
|
"android.hardware.common-V2",
|
||
|
"android.hardware.common.fmq-V1",
|
||
|
],
|
||
|
gen_trace: true,
|
||
|
backend: {
|
||
|
java: {
|
||
|
enabled: false,
|
||
|
},
|
||
|
ndk: {
|
||
|
enabled: true,
|
||
|
},
|
||
|
cpp: {
|
||
|
enabled: false,
|
||
|
}
|
||
|
},
|
||
|
}
|