summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-08 22:56:04 +0900
committerJiyong Park <jiyong@google.com>2020-04-20 16:08:57 +0900
commit53d5f9f81ae2d4a65218bef88706296e57b0a977 (patch)
tree224643ff5eebc81aeb6ef5960b5e47412f3f99c2
parenteb9e618c70f30291b71c4e7fc503595ecdfb54f1 (diff)
downloadboringssl-53d5f9f81ae2d4a65218bef88706296e57b0a977.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 AOSP Bug: 150999716 Test: m Merged-In: Id1a8a62b3213cf73b1f3a20846f70ead02b30fcc (cherry picked from commit d87b59064910a08b879f168bb5105fb93ac9bdff) Change-Id: Id1a8a62b3213cf73b1f3a20846f70ead02b30fcc
-rw-r--r--selftest/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/Android.bp b/selftest/Android.bp
index 5e92441b..49909c04 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -39,6 +39,10 @@ cc_binary {
"//external/conscrypt/apex/testing",
],
defaults: ["boringssl_self_test_defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.conscrypt",
+ ],
}
cc_binary {