aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-29 17:42:26 +0900
committerJiyong Park <jiyong@google.com>2020-04-29 17:42:26 +0900
commit107a8b56b7d68fc139ee9c66cc0e5662af3c5492 (patch)
treeec4073295e5b5d8a0085713b9f775af66c4d330c
parent3eea558350ee7509b210f3bfa91bb9f318121e31 (diff)
downloadfdlibm-107a8b56b7d68fc139ee9c66cc0e5662af3c5492.tar.gz
Set apex_available propertyandroid11-dev
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: 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",
+ ],
}