Use asm-commons-5.0 instead of asm-commons-4.0

Upgrades from asm-commons-4.0 to asm-commons-5.0 so that we can handle code
built with Java 8.

Test: make should be successful with ag/1737944 applied
Bug: 33838626
Change-Id: I9ee08e48654be760c0441adb363cf54bf63f8d14
diff --git a/Android.mk b/Android.mk
index b0837b7..c37d917 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,7 @@
 
 LOCAL_STATIC_JAVA_LIBRARIES := \
     asm-5.0 \
-    jarjar-asm-commons \
+    asm-commons-5.0 \
 
 LOCAL_JAVA_LIBRARIES := \
     jarjar-maven-plugin-api \