Mark 'android.hardware.common.fmq' as available in any apex

The generated ndk library is used by our project and we have the requirement of marking all our libraries as available in any apex.

Bug: b / 352027888

Test: m
Change-Id: I04a73ee8acdb3626dfcdc93543c0b128816cb8b5
This commit is contained in:
Chan Wang
2024-08-02 08:55:05 +00:00
parent d69acec03e
commit eb2c1450a1

View File

@@ -35,8 +35,7 @@ aidl_interface {
ndk: {
apex_available: [
"//apex_available:platform",
"com.android.btservices",
"com.android.media.swcodec",
"//apex_available:anyapex",
],
min_sdk_version: "29",
},