am ec7d07eb: Merge "Reduce RS build verbosity." into jb-mr2-dev

* commit 'ec7d07ebe822b77e389fd7ae4133b91f5497804c':
  Reduce RS build verbosity.
This commit is contained in:
Stephen Hines 2013-02-27 23:22:56 +00:00 committed by Android Git Automerger
commit f6c62d67e6
2 changed files with 1 additions and 2 deletions

View File

@ -823,7 +823,7 @@ $(hide) touch $@
endef endef
define transform-bc-to-so define transform-bc-to-so
@echo "Renderscript compatibility" @echo "Renderscript compatibility: $(notdir $@) <= $(notdir $<)"
$(hide) mkdir -p $(dir $@) $(hide) mkdir -p $(dir $@)
$(hide) $(BCC_COMPAT) -O3 -o $(dir $@)/$(notdir $(<:.bc=.o)) -fPIC -shared \ $(hide) $(BCC_COMPAT) -O3 -o $(dir $@)/$(notdir $(<:.bc=.o)) -fPIC -shared \
-rt-path $(PRIVATE_LIBCLCORE) $< -rt-path $(PRIVATE_LIBCLCORE) $<

View File

@ -280,7 +280,6 @@ endif
ifneq (,$(strip $(installed_rs_compatibility_jni_libs))) ifneq (,$(strip $(installed_rs_compatibility_jni_libs)))
$(installed_rs_compatibility_jni_libs) : $(TARGET_OUT_SHARED_LIBRARIES)/lib%.so : \ $(installed_rs_compatibility_jni_libs) : $(TARGET_OUT_SHARED_LIBRARIES)/lib%.so : \
$(renderscript_intermediate)/lib%.so $(renderscript_intermediate)/lib%.so
@echo "Install RS compatibility library: $@"
$(hide) mkdir -p $(dir $@) && cp -f $< $@ $(hide) mkdir -p $(dir $@) && cp -f $< $@
# Install them only if the current module is installed. # Install them only if the current module is installed.