Exposing libcrypto & bcm_object to AdServices

Bug: 230618457. As part of aggregate reports, payloads will be encrypted with HPKE. Exposing libcrypto and its transitive dependency bcm_object to gain access to hpke.h. AdServices will create a JNI to interact with it.

Test: m libcrypto

Change-Id: I578fc96628e3804d580d50b311bc9df48dd4eed2
diff --git a/Android.bp b/Android.bp
index 84c70c7..bb3aa0d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -155,6 +155,7 @@
     apex_available: [
         "//apex_available:platform",
         "com.android.adbd",
+        "com.android.adservices",
         "com.android.art",
         "com.android.art.debug",
         "com.android.art.testing",
@@ -243,6 +244,7 @@
     apex_available: [
         "//apex_available:platform",
         "com.android.adbd",
+        "com.android.adservices",
         "com.android.art",
         "com.android.art.debug",
         "com.android.art.testing",