Reduce RS build verbosity.
Change-Id: I9d04198ed1b9025abd60080c5ef23b3ce5ef9e22
diff --git a/core/definitions.mk b/core/definitions.mk
index 69e7baa..a4551fa 100644
--- a/core/definitions.mk
+++ b/core/definitions.mk
@@ -823,7 +823,7 @@
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) $<