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

Commit 6c1ac4dd authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Use asm-5.2 prebuilt"

am: 6b32770d

Change-Id: I7dc856be1a10ea7a65c7b3f889b37d9afaadbd5c
parents 49e0cad3 6b32770d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)

LOCAL_JAR_MANIFEST := manifest.txt
LOCAL_STATIC_JAVA_LIBRARIES := \
	asm-5.0
	asm-5.2

LOCAL_MODULE := layoutlib_create

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ LOCAL_MODULE := layoutlib-create-tests
LOCAL_MODULE_TAGS := optional

LOCAL_JAVA_LIBRARIES := layoutlib_create junit-host
LOCAL_STATIC_JAVA_LIBRARIES := asm-5.0
LOCAL_STATIC_JAVA_LIBRARIES := asm-5.2

include $(BUILD_HOST_JAVA_LIBRARY)