summaryrefslogtreecommitdiffstats
path: root/fastboot
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-12-09 10:33:27 -0800
committerYing Wang <wangying@google.com>2010-12-09 10:33:27 -0800
commit1c061b9ea952ebdf6093ca1e7c29bfff6332857e (patch)
tree67f1dff56ea234b2afef28ec2b5036c6b1984219 /fastboot
parent07ad9961aee0cfcae89e23d47f47314e1d3629c1 (diff)
downloadsystem_core-1c061b9ea952ebdf6093ca1e7c29bfff6332857e.zip
system_core-1c061b9ea952ebdf6093ca1e7c29bfff6332857e.tar.gz
system_core-1c061b9ea952ebdf6093ca1e7c29bfff6332857e.tar.bz2
dist for dist_files
Change-Id: I665572a2212f1239b02b7816e37ada210afbdb48
Diffstat (limited to 'fastboot')
-rw-r--r--fastboot/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/Android.mk b/fastboot/Android.mk
index 34380ec..3c5538f 100644
--- a/fastboot/Android.mk
+++ b/fastboot/Android.mk
@@ -50,7 +50,7 @@ endif
LOCAL_STATIC_LIBRARIES := $(EXTRA_STATIC_LIBS) libzipfile libunz
include $(BUILD_HOST_EXECUTABLE)
-$(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
+$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
ifeq ($(HOST_OS),linux)
include $(CLEAR_VARS)