am 97497302: am b0948c5a: am b058af05: Disable ccache when using mingw.

* commit '974973029a036314077ea5f7c181727ae1e6fddf':
  Disable ccache when using mingw.
This commit is contained in:
Ying Wang
2011-03-11 15:14:44 -08:00
committed by Android Git Automerger

View File

@@ -73,7 +73,7 @@ win_sdk: $(WIN_SDK_ZIP)
winsdk-tools: $(WIN_BUILD_PREREQ)
$(call winsdk-banner,Build Windows Tools)
$(hide) USE_MINGW=1 $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,showcommands)
$(hide) USE_MINGW=1 USE_CCACHE="" $(MAKE) PRODUCT-$(TARGET_PRODUCT)-$(strip $(WIN_TARGETS)) $(if $(hide),,showcommands)
$(WIN_SDK_ZIP): winsdk-tools sdk
$(call winsdk-banner,Build $(WIN_SDK_NAME))