aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlix <agespino@google.com>2022-11-29 19:49:21 +0000
committerAlix <agespino@google.com>2022-11-29 19:49:21 +0000
commit1822a3d8e7995d1aa7c929dd3f0d0c08e7528b15 (patch)
treec313661ddcb053ca197adb9a86da11f17b64dbdc
parent6a55ea8f3c299cbad2171a6a0481ac9a29d46124 (diff)
downloadguava-1822a3d8e7995d1aa7c929dd3f0d0c08e7528b15.tar.gz
Bp2Build for libs property in java_library
Added guava-neverlink module to the hardcoded Build file for guava Bug: 244210934 Test: built module auto-common which has guava as a libs dep Change-Id: I30400590287d889da8d7bfc6da40d86170589ea0
-rw-r--r--BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 22c9e622f..c2857de7d 100644
--- a/BUILD
+++ b/BUILD
@@ -56,3 +56,10 @@ java_library(
":guava-both",
],
)
+
+java_library(
+ name = "guava-neverlink",
+ exports = [":guava"],
+ neverlink = True,
+)
+