From f828c91d30f743f1d7d0bd5b86fed2f04fd069f2 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 23 Dec 2016 13:52:09 +0900 Subject: 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 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index b0837b7..c37d917 100644 --- a/Android.mk +++ b/Android.mk @@ -21,7 +21,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src/main) LOCAL_STATIC_JAVA_LIBRARIES := \ asm-5.0 \ - jarjar-asm-commons \ + asm-commons-5.0 \ LOCAL_JAVA_LIBRARIES := \ jarjar-maven-plugin-api \ -- cgit v1.2.3