aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-08 22:37:56 +0900
committerJiyong Park <jiyong@google.com>2020-04-28 21:08:58 +0900
commit5088a2cbd513b429c4bba1ebea2d2b91d0046a44 (patch)
tree9a08200b5e82475fc0d6c4552bf8a25b48525f56 /cc
parent73b6c98e103fa6a959a021aedd3e1f275c8be652 (diff)
downloadbuild_soong-5088a2cbd513b429c4bba1ebea2d2b91d0046a44.tar.gz
build_soong-5088a2cbd513b429c4bba1ebea2d2b91d0046a44.tar.bz2
build_soong-5088a2cbd513b429c4bba1ebea2d2b91d0046a44.zip
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 AOSP Bug: 150999716 Test: m Merged-In: I11a4e877ee27f7c55e2f00371c6fa58daedb1a9f (cherry picked from commit 601d31c234ba01831cc5010e1566defcd92df935) Change-Id: I11a4e877ee27f7c55e2f00371c6fa58daedb1a9f
Diffstat (limited to 'cc')
-rw-r--r--cc/libbuildversion/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/libbuildversion/Android.bp b/cc/libbuildversion/Android.bp
index 825b920a..b63338da 100644
--- a/cc/libbuildversion/Android.bp
+++ b/cc/libbuildversion/Android.bp
@@ -10,4 +10,8 @@ cc_library_static {
enabled: true,
},
},
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}