Undo commit: Moving junit out of core.jar and into core-junit.jar

Change-Id: I09875ef5f45b1d643ae389a6871cad374d80746b
This commit is contained in:
Jesse Wilson 2010-05-04 17:27:15 -07:00
parent 0138b62418
commit 3600a1604a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ifneq ($(LOCAL_SDK_VERSION),)
endif
else
ifneq ($(LOCAL_NO_STANDARD_LIBRARIES),true)
LOCAL_JAVA_LIBRARIES := core core-junit ext framework $(LOCAL_JAVA_LIBRARIES)
LOCAL_JAVA_LIBRARIES := core ext framework $(LOCAL_JAVA_LIBRARIES)
endif
endif
LOCAL_JAVA_LIBRARIES := $(sort $(LOCAL_JAVA_LIBRARIES))