From b87fdf0d3ebd4e9bf1479c6906047bdb9ed70c9b Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 29 Apr 2020 17:42:26 +0900 Subject: Set apex_available property The marked library(ies) were available to the APEXes via the hand-written whitelist in build/soong/apex/apex.go. Trying to remove the whitelist by adding apex_available property to the Android.bp of the libraries. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 150999716 Test: m Merged-In: I7de3fe592959a752a75045fa675b871b7383b4cd (cherry picked from commit 107a8b56b7d68fc139ee9c66cc0e5662af3c5492) Change-Id: I7de3fe592959a752a75045fa675b871b7383b4cd --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Android.bp b/Android.bp index bb8b5b2..aa75e58 100644 --- a/Android.bp +++ b/Android.bp @@ -128,4 +128,9 @@ cc_library_static { "-Wno-logical-op-parentheses", "-Wno-sometimes-uninitialized", ], + + apex_available: [ + "com.android.art.release", + "com.android.art.debug", + ], } -- cgit v1.2.3