summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ed570e1..76a2d2f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,12 +31,12 @@ java_library_host {
manifest: "manifest.txt",
static_libs: [
- "asm-9.2",
- "asm-commons-9.2",
- "asm-tree-9.2",
"error_prone_annotations",
"guava",
"jsr305",
+ "ow2-asm",
+ "ow2-asm-commons",
+ "ow2-asm-tree",
],
plugins: ["auto_value_plugin"],