Save approx 18GB of RAM by not having a bazillion copies of the same modules names
Bug: 280108166 Bug: 278864904 Test: treehugger, m, manual inspection Merged-In: 2556850 Change-Id: Ib564b3edf4a0523fc8231b8e57a5ba9c42a73294
This commit is contained in:
committed by
LaMont Jones
parent
2467b20cec
commit
9f5b5c2268
@@ -597,7 +597,7 @@ endef
|
|||||||
define declare-copy-target-license-metadata
|
define declare-copy-target-license-metadata
|
||||||
$(strip $(if $(filter $(OUT_DIR)%,$(2)),\
|
$(strip $(if $(filter $(OUT_DIR)%,$(2)),\
|
||||||
$(eval _tgt:=$(strip $(1)))\
|
$(eval _tgt:=$(strip $(1)))\
|
||||||
$(eval ALL_COPIED_TARGETS.$(_tgt).SOURCES := $(ALL_COPIED_TARGETS.$(_tgt).SOURCES) $(filter $(OUT_DIR)%,$(2)))\
|
$(eval ALL_COPIED_TARGETS.$(_tgt).SOURCES := $(sort $(ALL_COPIED_TARGETS.$(_tgt).SOURCES) $(filter $(OUT_DIR)%,$(2))))\
|
||||||
$(eval ALL_COPIED_TARGETS += $(_tgt))))
|
$(eval ALL_COPIED_TARGETS += $(_tgt))))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user