Merge "dist for dist_files"

This commit is contained in:
Ying Wang 2010-12-09 10:55:06 -08:00 committed by Android (Google) Code Review
commit 90493929b2
4 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,7 @@ endif
include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
ifeq ($(HOST_OS),windows)
$(LOCAL_INSTALLED_MODULE): \

View file

@ -10,4 +10,4 @@ LOCAL_MODULE := mkbootfs
include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))

View file

@ -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)

View file

@ -9,4 +9,4 @@ LOCAL_MODULE := mkbootimg
include $(BUILD_HOST_EXECUTABLE)
$(call dist-for-goals,droid,$(LOCAL_BUILT_MODULE))
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))