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

Commit aa0aca69 authored by Colin Cross's avatar Colin Cross
Browse files

Remove "preparing StaticLib" messages

The preparing StaticLib messages don't provide any useful information,
remove them to clean up build output.

Bug: 24409581
Change-Id: I81fa7c47fd0d10846a21667b6421b4777260d0e9
parent 562ad0b5
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1290,7 +1290,6 @@ endef


# $(1): the full path of the source static library.
# $(1): the full path of the source static library.
define _extract-and-include-single-target-whole-static-lib
define _extract-and-include-single-target-whole-static-lib
@echo "preparing StaticLib: $(PRIVATE_MODULE) [including $(strip $(1))]"
$(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
$(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
    rm -rf $$ldir; \
    rm -rf $$ldir; \
    mkdir -p $$ldir; \
    mkdir -p $$ldir; \
@@ -1318,7 +1317,6 @@ endef
# $(1): the full path of the source static library.
# $(1): the full path of the source static library.
define extract-and-include-whole-static-libs-first
define extract-and-include-whole-static-libs-first
$(if $(strip $(1)),
$(if $(strip $(1)),
@echo "preparing StaticLib: $(PRIVATE_MODULE) [including $(strip $(1))]"
$(hide) cp $(1) $@)
$(hide) cp $(1) $@)
endef
endef


@@ -1346,7 +1344,6 @@ endef


# $(1): the full path of the source static library.
# $(1): the full path of the source static library.
define _extract-and-include-single-host-whole-static-lib
define _extract-and-include-single-host-whole-static-lib
@echo "preparing StaticLib: $(PRIVATE_MODULE) [including $(strip $(1))]"
$(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
$(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
    rm -rf $$ldir; \
    rm -rf $$ldir; \
    mkdir -p $$ldir; \
    mkdir -p $$ldir; \