summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-11 17:18:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-11 17:18:56 +0000
commit905d1bd4348f4cc829f2756b58e1fe3c1038f1dc (patch)
tree680d8a603f1acb8db398751b3dbfad1767e0b10c
parentf4628633bc4257f55948ee3e568662b5e80c460c (diff)
parent26b57e250fb62429ada32f31fdcd40f51e71399d (diff)
downloadboringssl-905d1bd4348f4cc829f2756b58e1fe3c1038f1dc.tar.gz
Set apex_available for libssl, libcrypto. am: 26b57e250f
Change-Id: Iefe389cadf329ff3f7e96c98ec45cc8e457a3e02
-rw-r--r--Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 328066ab..ee35610d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -181,6 +181,11 @@ cc_library {
},
},
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adbd",
+ "test_com.android.adbd",
+ ],
}
// Static library
@@ -247,6 +252,12 @@ cc_library {
unique_host_soname: true,
shared_libs: ["libcrypto"],
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adbd",
+ "test_com.android.adbd",
+ ],
}
// Tool