aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 8 insertions, 0 deletions
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",