Make fmq product_available

Vendors already can use these targets on /vendor. This change makes them
available to /product as well.

More about product partitions:
https://source.android.com/docs/core/architecture/partitions/product-partitions

Bug: 336989719
Test: mm
Change-Id: I2cb1817525d4b2b3033e0e633ea2f8e7f5653a6c
This commit is contained in:
Nikita Putikhin 2024-05-08 17:35:18 +02:00
parent 75b081dad1
commit 3e40dc1656
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: {