Merge "dist for dist_files"
This commit is contained in:
commit
90493929b2
4 changed files with 4 additions and 4 deletions
|
@ -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): \
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue