Skip to content

Commit f058057

Browse files
author
Joe Onorato
committed
Use the droidcore goal with dist-for-goals.
Change-Id: Ie0042028c4a33a23a4eb9aed1d1015e580c3e168
1 parent 74905e5 commit f058057

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)