commit | 23e47f5621271db9b84f53f15a3e3d81d8b8b48d | [log] [tgz] |
---|---|---|
author | Deepanshu Gupta <deepanshu@google.com> | Thu Jan 07 15:54:27 2016 -0800 |
committer | Deepanshu Gupta <deepanshu@google.com> | Fri Jan 08 08:03:06 2016 -0800 |
tree | 2788f0c7830b38ad4c139fdb71b63ee1ef431122 | |
parent | a5fcd5028a158df5ed11413ac2d4c5a313ecdb37 [diff] [blame] |
Java 8 in layoutlib-create Upgrade to ASM 5 and diamond operators. Also minor fixes here and there. Bug: 26442940 Change-Id: I5611ed0889aa94cca8655fec47799e1ddccb0150
diff --git a/tools/layoutlib/create/Android.mk b/tools/layoutlib/create/Android.mk index e6f0bc3..c7f2c41 100644 --- a/tools/layoutlib/create/Android.mk +++ b/tools/layoutlib/create/Android.mk
@@ -20,7 +20,7 @@ LOCAL_JAR_MANIFEST := manifest.txt LOCAL_STATIC_JAVA_LIBRARIES := \ - asm-4.0 + asm-5.0 LOCAL_MODULE := layoutlib_create