summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2020-05-10 18:31:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-05-10 18:31:56 +0000
commit9f10bbf4cfa518a49552a0cc7d14f4fcc8673c93 (patch)
tree92c64c10d6a2bf6dcd59f944382f1718f9a628cd /sdk/java_sdk_test.go
parent2346e960a99b4cb97e95899bfb6f2bab09134625 (diff)
parent4911a89181dd1a22bf8703107e7395e6f1c0dd3f (diff)
Merge "java_sdk_library: Specify visibility of stubs modules"
Diffstat (limited to 'sdk/java_sdk_test.go')
-rw-r--r--sdk/java_sdk_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdk/java_sdk_test.go b/sdk/java_sdk_test.go
index 6173510cd..560a6b856 100644
--- a/sdk/java_sdk_test.go
+++ b/sdk/java_sdk_test.go
@@ -989,6 +989,8 @@ func TestSnapshotWithJavaSdkLibrary(t *testing.T) {
apex_available: ["//apex_available:anyapex"],
srcs: ["Test.java"],
sdk_version: "current",
+ stubs_library_visibility: ["//other"],
+ stubs_source_visibility: ["//another"],
}
`)