aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-29 17:42:26 +0900
committerJiyong Park <jiyong@google.com>2020-05-06 17:47:14 +0900
commitb87fdf0d3ebd4e9bf1479c6906047bdb9ed70c9b (patch)
treed9178448c3b5d7296bb412d30245dbeed2278ea0
parentbb6c2e95cdf346d59bb36ecc76ae437d5aaef973 (diff)
downloadfdlibm-b87fdf0d3ebd4e9bf1479c6906047bdb9ed70c9b.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: I7de3fe592959a752a75045fa675b871b7383b4cd (cherry picked from commit 107a8b56b7d68fc139ee9c66cc0e5662af3c5492) Change-Id: I7de3fe592959a752a75045fa675b871b7383b4cd
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
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",
+ ],
}