From 9ac9b53dc6ef05797619fb1ae65613e929914959 Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 27 Feb 2013 00:51:08 -0800 Subject: [PATCH] Reduce RS build verbosity. Change-Id: I9d04198ed1b9025abd60080c5ef23b3ce5ef9e22 --- core/definitions.mk | 2 +- core/java.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/definitions.mk b/core/definitions.mk index 69e7baa67..a4551fa4d 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -823,7 +823,7 @@ $(hide) touch $@ endef define transform-bc-to-so -@echo "Renderscript compatibility" +@echo "Renderscript compatibility: $(notdir $@) <= $(notdir $<)" $(hide) mkdir -p $(dir $@) $(hide) $(BCC_COMPAT) -O3 -o $(dir $@)/$(notdir $(<:.bc=.o)) -fPIC -shared \ -rt-path $(PRIVATE_LIBCLCORE) $< diff --git a/core/java.mk b/core/java.mk index a7a5dade1..22b4e75cc 100644 --- a/core/java.mk +++ b/core/java.mk @@ -280,7 +280,6 @@ endif ifneq (,$(strip $(installed_rs_compatibility_jni_libs))) $(installed_rs_compatibility_jni_libs) : $(TARGET_OUT_SHARED_LIBRARIES)/lib%.so : \ $(renderscript_intermediate)/lib%.so - @echo "Install RS compatibility library: $@" $(hide) mkdir -p $(dir $@) && cp -f $< $@ # Install them only if the current module is installed. -- 2.11.0