Merge "Add LICENSE symbolic link."
diff --git a/Android.bp b/Android.bp
index ed570e1..76a2d2f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,12 +31,12 @@
 
     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"],