Make apex_available explicit
Move the implicit allowing by modules from a list in the build tools to explicit lines in the relevant module's Android.bp Bug: 215589022 Test: build Change-Id: Ifb93c0a6c4a1bd53a3ad505d27a83c513a98cad8
This commit is contained in:
parent
c89fed4b59
commit
94b8a000e4
1 changed files with 5 additions and 0 deletions
|
@ -44,4 +44,9 @@ cc_library {
|
|||
shared_libs: ["android.hardware.graphics.allocator@2.0"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
min_sdk_version: "29",
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.media.swcodec",
|
||||
"test_com.android.media.swcodec",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue