From f359d312b9d70c8c609875e2672090104c6a83d8 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Mon, 6 Feb 2023 10:27:20 -0800 Subject: Patch visibility to stay limited and reviewed Test: presubmit Bug: None Change-Id: I8a50319134a65f76df082738ddc5fadeac18f7ec --- Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) 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", -- cgit v1.2.3