am 987e223d: am 27357fc0: Merge "Use the droidcore goal with dist-for-goals." into froyo

Merge commit '987e223df73abe6cca47d09fff3a87be0243a085' into gingerbread-plus-aosp

* commit '987e223df73abe6cca47d09fff3a87be0243a085':
  Use the droidcore goal with dist-for-goals.
This commit is contained in:
Joe Onorato
2010-06-15 15:23:59 -07:00
committed by Android Git Automerger

View File

@@ -26,7 +26,7 @@ LOCAL_SRC_FILES := \
include $(BUILD_STATIC_JAVA_LIBRARY)
# Include this library in the build server's output directory
$(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.jar)
$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common.jar)
# Build the test package
include $(call all-makefiles-under, $(LOCAL_PATH))