aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
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)