Use Guava built from source in tools.

Bug: 244341573
Test: presubmit
Change-Id: I401a191b414185a299ca1f28372770ff424171c4
This commit is contained in:
Krzysztof Kosiński 2022-11-04 21:40:30 +00:00
parent fbfc1da075
commit 7bd76c43c6
2 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@ java_binary_host {
"asm-commons-9.2",
"asm-tree-9.2",
"asm-analysis-9.2",
"guava-21.0",
"guava",
],
}

View File

@ -16,7 +16,7 @@ java_binary_host {
"asm-commons-9.2",
"asm-tree-9.2",
"asm-analysis-9.2",
"guava-21.0",
"guava",
],
}