Merge "Use asm built from source."
This commit is contained in:
@@ -22,5 +22,5 @@ java_library_host {
|
||||
name: "mkstubs",
|
||||
srcs: ["src/**/*.java"],
|
||||
manifest: "manifest.txt",
|
||||
static_libs: ["asm-9.2"],
|
||||
static_libs: ["ow2-asm"],
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ java_binary_host {
|
||||
manifest: "etc/manifest.txt",
|
||||
wrapper: "etc/rmtypedefs",
|
||||
static_libs: [
|
||||
"asm-9.2",
|
||||
"guava",
|
||||
"ow2-asm",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user