diff --git a/common/Android.mk b/common/Android.mk index 1f788404a..269ac5a95 100644 --- a/common/Android.mk +++ b/common/Android.mk @@ -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))