Use the droidcore goal with dist-for-goals.

Change-Id: Ie0042028c4a33a23a4eb9aed1d1015e580c3e168
This commit is contained in:
Joe Onorato 2010-06-09 19:06:02 -07:00
parent 5ca447aa0c
commit 977a647e81

View File

@ -26,7 +26,7 @@ LOCAL_SRC_FILES := \
include $(BUILD_STATIC_JAVA_LIBRARY) include $(BUILD_STATIC_JAVA_LIBRARY)
# Include this library in the build server's output directory # 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 # Build the test package
include $(call all-makefiles-under, $(LOCAL_PATH)) include $(call all-makefiles-under, $(LOCAL_PATH))