From 977a647e810fef673625606e7d5d8ede4a36c35b Mon Sep 17 00:00:00 2001 From: Joe Onorato Date: Wed, 9 Jun 2010 19:06:02 -0700 Subject: [PATCH] Use the droidcore goal with dist-for-goals. Change-Id: Ie0042028c4a33a23a4eb9aed1d1015e580c3e168 --- common/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))