aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp15
1 files changed, 8 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index cfc7813c..cbcb4682 100644
--- a/Android.bp
+++ b/Android.bp
@@ -118,9 +118,10 @@ genrule {
java_library_static {
name: "guice",
visibility: [
- "//external/testng:__pkg__",
- "//platform_testing/libraries/audio-test-harness/server:__pkg__",
- "//tools/tradefederation/core:__pkg__",
+ "//external/testng:__pkg__",
+ "//platform_testing/libraries/audio-test-harness/server:__pkg__",
+ "//tools/tradefederation/core:__pkg__",
+ "//vendor:__subpackages__",
],
host_supported: true,
hostdex: true,
@@ -136,10 +137,10 @@ java_library_static {
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__",
+ "//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,