summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-08 22:56:04 +0900
committerJiyong Park <jiyong@google.com>2020-04-08 22:56:04 +0900
commitd87b59064910a08b879f168bb5105fb93ac9bdff (patch)
treef850043c5bd2332427b139c1c5100ad957541836 /selftest
parentebdc40672df0793508b18df7ebe03a258617ad87 (diff)
downloadboringssl-d87b59064910a08b879f168bb5105fb93ac9bdff.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. Bug: 150999716 Test: m Change-Id: Id1a8a62b3213cf73b1f3a20846f70ead02b30fcc
Diffstat (limited to 'selftest')
-rw-r--r--selftest/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/Android.bp b/selftest/Android.bp
index dbd52f8c..86a6bdb5 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -40,6 +40,10 @@ cc_binary {
"//external/conscrypt/apex/testing",
],
defaults: ["boringssl_self_test_defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.conscrypt",
+ ],
}
cc_binary {