aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-28 18:21:35 +0900
committerJiyong Park <jiyong@google.com>2020-04-30 13:32:03 +0900
commitc221d215118078f50a89e6e608fa5c74f4e914e9 (patch)
treecc24e0ff133b9839446216cadc05ea3652be04d7
parent98c4d73a950bb40b0187bc4154a6596e635676b5 (diff)
downloadlz4-c221d215118078f50a89e6e608fa5c74f4e914e9.tar.gz
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: Ibb31ef5da8b34bb3b3be12a85b8768c84afaf805
-rw-r--r--lib/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Android.bp b/lib/Android.bp
index ff66a027..1485ca79 100644
--- a/lib/Android.bp
+++ b/lib/Android.bp
@@ -5,6 +5,8 @@ cc_library {
apex_available: [
"//apex_available:platform",
"com.android.adbd",
+ "com.android.art.debug", // from libartbase
+ "com.android.art.release",
],
recovery_available: true,
vendor_available: true,