Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 735320a9 authored by Joe Onorato's avatar Joe Onorato Committed by Gerrit Code Review
Browse files

Merge "Save approx 18GB of RAM by not having a bazillion copies of the same modules names"

parents 73d29f11 9ba2f4d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@ endef
define declare-copy-target-license-metadata
$(strip $(if $(filter $(OUT_DIR)%,$(2)),\
  $(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))))
endef