From aa0aca69cf76d2d1faacbd2da2059a339d49587f Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 28 Sep 2015 14:51:19 -0700 Subject: [PATCH] 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 --- core/definitions.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/definitions.mk b/core/definitions.mk index af3929eed7..f9b1b3401f 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -1290,7 +1290,6 @@ endef # $(1): the full path of the source static library. 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;\ rm -rf $$ldir; \ mkdir -p $$ldir; \ @@ -1318,7 +1317,6 @@ endef # $(1): the full path of the source static library. define extract-and-include-whole-static-libs-first $(if $(strip $(1)), -@echo "preparing StaticLib: $(PRIVATE_MODULE) [including $(strip $(1))]" $(hide) cp $(1) $@) endef @@ -1346,7 +1344,6 @@ endef # $(1): the full path of the source static library. 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;\ rm -rf $$ldir; \ mkdir -p $$ldir; \