summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-06-09 19:06:02 -0700
committerJoe Onorato <joeo@android.com>2010-06-10 18:36:58 -0700
commitf0580576222423f7c57596be1e2c64d56347af66 (patch)
tree7b2d5200311006b98fbc6eae90d4f9241b574149
parent74905e5b0a471f727ae5bed770c2c7441f5163a1 (diff)
downloadframeworks_base-f0580576222423f7c57596be1e2c64d56347af66.zip
frameworks_base-f0580576222423f7c57596be1e2c64d56347af66.tar.gz
frameworks_base-f0580576222423f7c57596be1e2c64d56347af66.tar.bz2
Use the droidcore goal with dist-for-goals.
Change-Id: Ie0042028c4a33a23a4eb9aed1d1015e580c3e168
-rw-r--r--common/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Android.mk b/common/Android.mk
index 1f78840..269ac5a 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))