Use asm built from source in framework tools.

Bug: 259136464
Test: presubmit
Change-Id: I804c89def0512e948e80672f94ff936d11a1ee27
This commit is contained in:
Krzysztof Kosiński 2022-11-16 19:04:24 +00:00
parent 8ea0d57f8d
commit f346762e6f
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-9.2",
"asm-commons-9.2",
"asm-tree-9.2",
"asm-analysis-9.2",
"guava", "guava",
"ow2-asm",
"ow2-asm-analysis",
"ow2-asm-commons",
"ow2-asm-tree",
], ],
} }

View File

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

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-9.2", "ow2-asm",
"asm-commons-9.2", "ow2-asm-commons",
"asm-tree-9.2", "ow2-asm-tree",
"asm-analysis-9.2", "ow2-asm-analysis",
"guava", "guava",
], ],
} }