Set default visibility to private
am: 11cdd74df5

Change-Id: I801d326bea612dd652c18fd7a379b506db9b9e8c
diff --git a/Android.bp b/Android.bp
index 3a4142f..765c264 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,8 +14,16 @@
 // limitations under the License.
 //
 
+package {
+    default_visibility: ["//visibility:private"],
+}
+
 java_library_static {
     name: "wycheproof",
+    visibility: [
+        "//cts/tests/libcore/wycheproof",
+        "//cts/tests/libcore/wycheproof-bc",
+    ],
     srcs: ["java/**/*.java"],
     exclude_srcs: [
         "java/com/google/security/wycheproof/SpongyCastleTest.java",