Merge "Make fmq product_available" into main

This commit is contained in:
Nikita Putikhin 2024-05-13 08:35:52 +00:00 committed by Gerrit Code Review
commit 64b1d27ab6
3 changed files with 3 additions and 0 deletions

View file

@ -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: [

View file

@ -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",

View file

@ -10,6 +10,7 @@ package {
cc_library_static {
name: "libaidlcommonsupport",
vendor_available: true,
product_available: true,
host_supported: true,
target: {
darwin: {