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

Commit 7b691489 authored by Yoshisato Yanagisawa's avatar Yoshisato Yanagisawa Committed by android-build-merger
Browse files

Merge "Set JAVAC_WRAPPER if USE_GOMA is set." am: aa09aa81

am: cc2ca23b

Change-Id: Ie7288bc85507008efeed8bf5a3b42ceb2392062b
parents 9c573250 cc2ca23b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -308,6 +308,7 @@ include $(BUILD_SYSTEM)/goma.mk

export CC_WRAPPER
export CXX_WRAPPER
export JAVAC_WRAPPER
endif

ifdef TARGET_PREFER_32_BIT
+1 −0
Original line number Diff line number Diff line
@@ -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