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

Commit c8f503b5 authored by Jesse Wilson's avatar Jesse Wilson
Browse files

Moving junit out of core.jar and into core-junit.jar.

Change-Id: I38b585044aaa0f0ef5a243a33d942ab0e490f8f1
parent 5d8636db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ LOCAL_INTERMEDIATE_SOURCES := \
			$(framework-res-source-path)/com/android/internal/R.java

LOCAL_NO_STANDARD_LIBRARIES := true
LOCAL_JAVA_LIBRARIES := core ext
LOCAL_JAVA_LIBRARIES := core core-junit ext

LOCAL_MODULE := framework
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_JAVA_LIBRARIES := core framework
LOCAL_JAVA_LIBRARIES := core core-junit framework

LOCAL_MODULE:= android.test.runner