Use shared libc++ for libcrypto and libssl on the host
am: caa3416761

Change-Id: I5adf0ff9d00023c206340f0154c6504a969892ab
diff --git a/Android.bp b/Android.bp
index d1bdb73..1b8e4f1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,6 +86,7 @@
 // Target and host library
 cc_library {
     name: "libcrypto",
+    vendor_available: true,
     defaults: ["libcrypto_sources", "libcrypto_defaults", "boringssl_defaults", "boringssl_flags"],
     unique_host_soname: true,
 }