Update deps for rmtypedefs and mkstubs.

Use Guava built from source and a newer version of asm.

Test: mm
Bug: 244341573
Change-Id: Ic061b6a9b801f1378fafb23e493f1d29c46b06fe
This commit is contained in:
Krzysztof Kosiński
2022-11-04 19:23:15 +00:00
parent e6b57e4a05
commit 02fd031e00
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ java_binary_host {
manifest: "etc/manifest.txt",
wrapper: "etc/rmtypedefs",
static_libs: [
"asm-5.2",
"guava-21.0",
"asm-9.2",
"guava",
],
}