dist for dist_files
Change-Id: I665572a2212f1239b02b7816e37ada210afbdb48
This commit is contained in:
parent
07ad9961ae
commit
1c061b9ea9
|
@ -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 New Issue