summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2016-12-23 13:52:09 +0900
committerJiyong Park <jiyong@google.com>2016-12-23 15:08:48 +0900
commitf828c91d30f743f1d7d0bd5b86fed2f04fd069f2 (patch)
treee4c8513c1334e596159f651e75ff21dc92df0ec9
parent730d9b71d5d139d9fea676d9073dbfa1b71b61ab (diff)
downloadplatform_external_jarjar-f828c91d30f743f1d7d0bd5b86fed2f04fd069f2.tar.gz
platform_external_jarjar-f828c91d30f743f1d7d0bd5b86fed2f04fd069f2.tar.bz2
platform_external_jarjar-f828c91d30f743f1d7d0bd5b86fed2f04fd069f2.zip
Use asm-commons-5.0 instead of asm-commons-4.0android-n-mr2-preview-1
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
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
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 \