[DEBUG] remove the variable of the copy folder
This commit is contained in:
parent
2ee3af175b
commit
a9bfdcbc6b
@ -186,6 +186,7 @@ modules-LOCALS += MODULE_CLASS
|
||||
# src : source (relative to module path)
|
||||
# dst : destination (relative to staging dir)
|
||||
modules-LOCALS += COPY_FILES
|
||||
modules-LOCALS += COPY_FOLDERS
|
||||
|
||||
# Other variables used internally
|
||||
modules-LOCALS += BUILD_MODULE
|
||||
|
@ -129,7 +129,6 @@ $(foreach __pair,$(LOCAL_COPY_FILES), \
|
||||
$(eval __src := $(addprefix $(LOCAL_PATH)/,$(word 1,$(__pair2)))) \
|
||||
$(eval __dst := $(TARGET_OUT_STAGING)/$(TARGET_OUT_FOLDER_DATA)/$(word 2,$(__pair2))) \
|
||||
$(if $(__src), \
|
||||
$(info copy: $(LOCAL_MODULE) <== file named: $(word 1,$(__pair2)) ) \
|
||||
$(eval all_copy_files += $(__dst)) \
|
||||
$(eval $(call copy-one-file,$(__src),$(__dst)) )\
|
||||
, \
|
||||
@ -144,7 +143,6 @@ $(foreach __pair,$(LOCAL_COPY_FOLDERS), \
|
||||
$(eval __folder_dest := $(TARGET_OUT_STAGING)/$(TARGET_OUT_FOLDER_DATA)/$(word 2,$(__pair2))) \
|
||||
$(eval __list_file_src := $(wildcard $(__folder_src))) \
|
||||
$(if $(__list_file_src), \
|
||||
$(info copy: $(LOCAL_MODULE) <== file named: $(word 1,$(__pair2)) ) \
|
||||
$(foreach __file_src,$(__list_file_src), \
|
||||
$(eval __file_dest := $(__folder_dest)/$(notdir $(__file_src))) \
|
||||
$(eval all_copy_files += $(__file_dest)) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user