Skip to content

Commit 27357fc

Browse files
Joe OnoratoAndroid (Google) Code Review
authored andcommitted
Merge "Use the droidcore goal with dist-for-goals." into froyo
2 parents 9d71860 + f058057 commit 27357fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ LOCAL_SRC_FILES := \
2626
include $(BUILD_STATIC_JAVA_LIBRARY)
2727

2828
# Include this library in the build server's output directory
29-
$(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.jar)
29+
$(call dist-for-goals, droidcore, $(LOCAL_BUILT_MODULE):android-common.jar)
3030

3131
# Build the test package
3232
include $(call all-makefiles-under, $(LOCAL_PATH))

0 commit comments

Comments
 (0)