Merge "Make fmq product_available" into main
This commit is contained in:
commit
64b1d27ab6
3 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ aidl_interface {
|
|||
name: "android.hardware.common",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
double_loadable: true,
|
||||
vndk_use_version: "2",
|
||||
srcs: [
|
||||
|
|
|
@ -11,6 +11,7 @@ aidl_interface {
|
|||
name: "android.hardware.common.fmq",
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
double_loadable: true,
|
||||
srcs: [
|
||||
"android/hardware/common/fmq/*.aidl",
|
||||
|
|
|
@ -10,6 +10,7 @@ package {
|
|||
cc_library_static {
|
||||
name: "libaidlcommonsupport",
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
host_supported: true,
|
||||
target: {
|
||||
darwin: {
|
||||
|
|
Loading…
Reference in a new issue