Merge "Update deps for rmtypedefs and mkstubs."

This commit is contained in:
Treehugger Robot
2022-11-05 03:42:44 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -22,5 +22,5 @@ java_library_host {
name: "mkstubs",
srcs: ["src/**/*.java"],
manifest: "manifest.txt",
static_libs: ["asm-5.2"],
static_libs: ["asm-9.2"],
}

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",
],
}