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

Commit ec7d07eb authored by Stephen Hines's avatar Stephen Hines Committed by Android (Google) Code Review
Browse files

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

parents d7f8c32e 9ac9b53d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) $<
+0 −1
Original line number Diff line number Diff line
@@ -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.