Allow boringssl to contribute to the art sdk

Bug: 142935992
Test: m nothing
Change-Id: I16c188633ad612d5d0b6dfb48607b16bbb6712dc
diff --git a/Android.bp b/Android.bp
index 29b672b..0aca14f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -212,6 +212,7 @@
 cc_library_static {
     name: "libcrypto_static",
     visibility: [
+        "//art/build/sdk",
         "//bootable/recovery/updater",
         "//external/conscrypt",
         "//external/python/cpython2",
diff --git a/selftest/Android.bp b/selftest/Android.bp
index 5e92441..dbd52f8 100644
--- a/selftest/Android.bp
+++ b/selftest/Android.bp
@@ -35,6 +35,7 @@
 cc_binary {
     name: "boringssl_self_test",
     visibility: [
+        "//art/build/sdk",
         "//external/conscrypt/apex",
         "//external/conscrypt/apex/testing",
     ],