From 3e40dc165631d72e982e1d3d6ff09f5ed10284b9 Mon Sep 17 00:00:00 2001 From: Nikita Putikhin Date: Wed, 8 May 2024 17:35:18 +0200 Subject: [PATCH] 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 --- common/aidl/Android.bp | 1 + common/fmq/aidl/Android.bp | 1 + common/support/Android.bp | 1 + 3 files changed, 3 insertions(+) diff --git a/common/aidl/Android.bp b/common/aidl/Android.bp index 11de087557..431059ba3b 100644 --- a/common/aidl/Android.bp +++ b/common/aidl/Android.bp @@ -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: [ diff --git a/common/fmq/aidl/Android.bp b/common/fmq/aidl/Android.bp index 17c11ab6c3..9c1b45d125 100644 --- a/common/fmq/aidl/Android.bp +++ b/common/fmq/aidl/Android.bp @@ -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", diff --git a/common/support/Android.bp b/common/support/Android.bp index 12ab1f78a1..56700fad9a 100644 --- a/common/support/Android.bp +++ b/common/support/Android.bp @@ -10,6 +10,7 @@ package { cc_library_static { name: "libaidlcommonsupport", vendor_available: true, + product_available: true, host_supported: true, target: { darwin: {