Merge "Delay eval to save memory use in create-suite-dependencies"
This commit is contained in:
commit
f05573eb91
|
@ -3117,7 +3117,7 @@ endef
|
|||
define create-suite-dependencies
|
||||
$(foreach suite, $(LOCAL_COMPATIBILITY_SUITE), \
|
||||
$(eval COMPATIBILITY.$(suite).FILES := \
|
||||
$(COMPATIBILITY.$(suite).FILES) $(foreach f,$(my_compat_dist_$(suite)),$(call word-colon,2,$(f))))) \
|
||||
$$(COMPATIBILITY.$(suite).FILES) $$(foreach f,$$(my_compat_dist_$(suite)),$$(call word-colon,2,$$(f))))) \
|
||||
$(eval $(my_all_targets) : $(call copy-many-files, \
|
||||
$(sort $(foreach suite,$(LOCAL_COMPATIBILITY_SUITE),$(my_compat_dist_$(suite))))))
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue