Merge "Set JAVAC_WRAPPER if USE_GOMA is set."

This commit is contained in:
Treehugger Robot 2017-06-15 07:28:24 +00:00 committed by Gerrit Code Review
commit aa09aa819f
2 changed files with 2 additions and 0 deletions

View File

@ -308,6 +308,7 @@ include $(BUILD_SYSTEM)/goma.mk
export CC_WRAPPER
export CXX_WRAPPER
export JAVAC_WRAPPER
endif
ifdef TARGET_PREFER_32_BIT

View File

@ -45,6 +45,7 @@ ifneq ($(filter-out false,$(USE_GOMA)),)
# use both ccache and gomacc.
CC_WRAPPER := $(strip $(CC_WRAPPER) $(GOMA_CC))
CXX_WRAPPER := $(strip $(CXX_WRAPPER) $(GOMA_CC))
JAVAC_WRAPPER := $(strip $(JAVAC_WRAPPER) $(GOMA_CC))
# gomacc can start goma client's daemon process automatically, but
# it is safer and faster to start up it beforehand. We run this as a