binder: RpcCertificateVerifier takes SSL pointer.
This allows the implementation to get the certificate
chain from the SSL connection as well, if necessary.
Test: binderRpcTest
Bug: 195166979
Change-Id: I87ca34d09217f958fe014b963ef41e4821ffe743
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp
index 91f9615..6cb45ca 100644
--- a/libs/binder/Android.bp
+++ b/libs/binder/Android.bp
@@ -256,6 +256,9 @@
export_header_lib_headers: [
"libbinder_headers",
],
+ export_shared_lib_headers: [
+ "libssl",
+ ],
export_include_dirs: ["include_tls"],
static_libs: [
"libbase",