aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-02 15:25:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-02 15:25:57 +0000
commit2ed008fccd07f308fc8a6c89ee5da15a9c202e54 (patch)
tree03596bb7be4151f5f7375b983790c9fcf5b17068
parentdb7efccba5146c69accc5fc0e62c55e70a11e2aa (diff)
parentf359d312b9d70c8c609875e2672090104c6a83d8 (diff)
downloadguice-2ed008fccd07f308fc8a6c89ee5da15a9c202e54.tar.gz
Snap for 9679998 from f359d312b9d70c8c609875e2672090104c6a83d8 to sdk-releaseplatform-tools-34.0.1
Change-Id: I5881b51252c4ff80380692582e5f50266b42e3f6
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9d2fb68d..fe9cbf7a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -135,6 +135,12 @@ java_library_static {
// 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",