From 94b8a000e4aa77333d860f4d20b46d1ab1eda331 Mon Sep 17 00:00:00 2001 From: Ray Essick Date: Wed, 9 Feb 2022 11:37:19 -0800 Subject: [PATCH] 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 --- libgrallocusage/Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libgrallocusage/Android.bp b/libgrallocusage/Android.bp index f31b5f1a0..16103d2f3 100644 --- a/libgrallocusage/Android.bp +++ b/libgrallocusage/Android.bp @@ -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", + ], }