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