Patch visibility to stay limited and reviewed am: f359d312b9 am: 671773e8d4 am: 7567a2e602

Original change: https://android-review.googlesource.com/c/platform/external/guice/+/2423427

Change-Id: I679f45837149541282cd15db58fffc70db5f92ba
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/Android.bp b/Android.bp
index 9d2fb68..fe9cbf7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -135,6 +135,12 @@
 // Variation that doesn't link guava statically
 java_library_static {
     name: "guice-no-guava",
+    visibility: [
+       "//device/google/cuttlefish/tests/integration:__pkg__",
+       "//external/testng:__pkg__",
+       "//platform_testing/libraries/audio-test-harness/server:__pkg__",
+       "//tools/tradefederation/core:__pkg__",
+    ],
     host_supported: true,
     hostdex: true,
     sdk_version: "core_current",