From 762d5decf0eaa766e69ecd94f4349be53dedd767 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Mon, 9 Jan 2012 11:53:58 -0800 Subject: Reference the new prebuilt ccache location. Change-Id: Id990e37b9d8803aa5a23c365076c4044ef4719af --- Makefile.android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index 184179e..22d7438 100644 --- a/Makefile.android +++ b/Makefile.android @@ -105,7 +105,7 @@ ifneq ($(BUILD_STANDALONE_EMULATOR),true) endif # HOST_OS == linux ifneq ($(USE_CCACHE),) - ccache := prebuilt/$(HOST_PREBUILT_TAG)/ccache/ccache + ccache := prebuilts/misc/$(HOST_PREBUILT_TAG)/ccache/ccache ccache := $(strip $(wildcard $(ccache))) ifneq ($(ccache),$(firstword $(MY_CC))) MY_CC := $(ccache) $(MY_CC) -- cgit v1.1