Merge "Allow bouncycastle to contribute to the art sdk"
diff --git a/Android.bp b/Android.bp
index 69da098..5c7488f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -64,6 +64,7 @@
     // Restrict visibility to only those targets that need to access it.
     visibility: [
         "//art/build/apex",
+        "//art/build/sdk",
         "//external/wycheproof",
         "//libcore",
     ],
@@ -106,6 +107,7 @@
 }
 
 unbundled_visibility = [
+    "//art/build/sdk",
     "//build/make/tools/signapk",
     "//build/make/tools/signtos",
     "//cts/hostsidetests/devicepolicy/app/DeviceOwner",