summaryrefslogtreecommitdiffstats
path: root/common/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-06-15 16:06:49 -0700
committerYing Wang <wangying@google.com>2010-06-15 16:06:49 -0700
commitcbb960ca7ccf450a743a315068cf60ccd95fecca (patch)
treeaec0ab31fd2c6fe57af4e0f16ec56a386daf8356 /common/Android.mk
parent823b6f3516076b92f78c3fc27037d24bb514e653 (diff)
downloadandroid_frameworks_ex-cbb960ca7ccf450a743a315068cf60ccd95fecca.tar.gz
android_frameworks_ex-cbb960ca7ccf450a743a315068cf60ccd95fecca.tar.bz2
android_frameworks_ex-cbb960ca7ccf450a743a315068cf60ccd95fecca.zip
Merge 2 changes from master.
Change-Id: I20384bb557ec24bf55cdad0e633f4a814791e5e7
Diffstat (limited to 'common/Android.mk')
-rw-r--r--common/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Android.mk b/common/Android.mk
index c8dfffc..ed7c479 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
# we can't build the test for apps only build, because android.test.runner is not unbundled yet.