From a5c33edaa6116f4978fad148753dd795e98a44d8 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 29 Apr 2020 17:42:07 +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. Bug: 150999716 Test: m Change-Id: I866c57bea0a6e46f5317a71abefa28f5a2cb4c21 --- Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Android.bp b/Android.bp index 22e37db5..c2c39aec 100644 --- a/Android.bp +++ b/Android.bp @@ -42,4 +42,10 @@ cc_library { stl: "none", local_include_dirs: ["lib"], export_include_dirs: ["lib"], + + apex_available: [ + "//apex_available:platform", + "com.android.art.release", + "com.android.art.debug", + ], } -- cgit v1.2.3