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

Commit 56ec31cf authored by Ying Wang's avatar Ying Wang Committed by Android Git Automerger
Browse files

am 3fe9a277: am d0f0918b: Merge "Reenable ccache."

* commit '3fe9a277':
  Reenable ccache.
parents 2f9a705e 3fe9a277
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -92,8 +92,12 @@ ifneq ($(USE_CCACHE),)
  # Check that the executable is here.
  ccache := $(strip $(wildcard $(ccache)))
  ifdef ccache
    CC_WRAPPER ?= $(ccache)
    CXX_WRAPPER ?= $(ccache)
    ifndef CC_WRAPPER
      CC_WRAPPER := $(ccache)
    endif
    ifndef CXX_WRAPPER
      CXX_WRAPPER := $(ccache)
    endif
    ccache =
  endif
endif