Merge "Use asm built from source."

This commit is contained in:
Krzysztof Kosiński
2022-11-22 03:45:04 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

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

View File

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