Merge "Update asm-7.0 to asm-9.2."

This commit is contained in:
Allen Hair
2022-03-22 17:03:20 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 9 deletions

View File

@@ -12,10 +12,10 @@ java_binary_host {
manifest: "manifest.txt", manifest: "manifest.txt",
srcs: ["src/**/*.java"], srcs: ["src/**/*.java"],
static_libs: [ static_libs: [
"asm-7.0", "asm-9.2",
"asm-commons-7.0", "asm-commons-9.2",
"asm-tree-7.0", "asm-tree-9.2",
"asm-analysis-7.0", "asm-analysis-9.2",
"guava-21.0", "guava-21.0",
], ],
} }

View File

@@ -14,7 +14,7 @@ java_binary_host {
"src/**/*.kt", "src/**/*.kt",
], ],
static_libs: [ static_libs: [
"asm-7.0", "asm-9.2",
], ],
} }

View File

@@ -12,10 +12,10 @@ java_binary_host {
manifest: "manifest.txt", manifest: "manifest.txt",
srcs: ["src/**/*.java"], srcs: ["src/**/*.java"],
static_libs: [ static_libs: [
"asm-7.0", "asm-9.2",
"asm-commons-7.0", "asm-commons-9.2",
"asm-tree-7.0", "asm-tree-9.2",
"asm-analysis-7.0", "asm-analysis-9.2",
"guava-21.0", "guava-21.0",
], ],
} }