aboutsummaryrefslogtreecommitdiff
path: root/C
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-28 18:21:44 +0900
committerJiyong Park <jiyong@google.com>2020-05-16 17:35:36 +0900
commit51ad3b30532a2f19beb0b524949c237b3bd994c4 (patch)
treef1704fe5283fa8fe8e416bfb0bd023874a2b93f2 /C
parentf9c08adfd1dba555b4334eecce6580cf748f9322 (diff)
downloadlzma-51ad3b30532a2f19beb0b524949c237b3bd994c4.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. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 150999716 Test: m Merged-In: Id68e7417f98307cbadea251f9e8a96b0697d8bec (cherry picked from commit c83537b439f0a6b351735a26bbcb5d34af4d1dd6) Change-Id: Id68e7417f98307cbadea251f9e8a96b0697d8bec
Diffstat (limited to 'C')
-rw-r--r--C/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 4159054..16f72b7 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -82,4 +82,10 @@ cc_library {
],
},
},
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.art.debug", // from libartbase
+ "com.android.art.release",
+ ],
}