Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8aa184a3 authored by Colin Cross's avatar Colin Cross
Browse files

Use final release of ASM 6.0

Test: m checkbuild
Change-Id: I8b39c7887763a1a5efce2622421906f9b2e1994a
parent e994b4b5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ LOCAL_JAR_MANIFEST := manifest.txt
LOCAL_MODULE := lockedregioncodeinjection
LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_STATIC_JAVA_LIBRARIES := \
    asm-6.0_BETA \
    asm-commons-6.0_BETA \
    asm-tree-6.0_BETA \
    asm-analysis-6.0_BETA \
    asm-6.0 \
    asm-commons-6.0 \
    asm-tree-6.0 \
    asm-analysis-6.0 \
    guava-21.0 \

include $(BUILD_HOST_JAVA_LIBRARY)