summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-01-09 11:52:23 -0800
committerYing Wang <wangying@google.com>2012-01-09 11:52:23 -0800
commit71b5cc1b8e5b917be7281849c62551f776e87772 (patch)
tree9f5ec94795b4931a99901da9c70e3ac2d2d276f2 /core
parentca1df5a380069163bbabc7cfed1d48829b8e135e (diff)
downloadbuild-71b5cc1b8e5b917be7281849c62551f776e87772.zip
build-71b5cc1b8e5b917be7281849c62551f776e87772.tar.gz
build-71b5cc1b8e5b917be7281849c62551f776e87772.tar.bz2
Reference the new prebuilt ccache location.
Change-Id: I4450a8254fe82ed3a670ce653f49381d9c075c8e
Diffstat (limited to 'core')
-rw-r--r--core/combo/select.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/select.mk b/core/combo/select.mk
index cdeb68a..803cfc0 100644
--- a/core/combo/select.mk
+++ b/core/combo/select.mk
@@ -66,7 +66,7 @@ ifneq ($(USE_CCACHE),)
ifeq ($(HOST_OS)-$(BUILD_OS),windows-linux)
CCACHE_HOST_TAG := linux-$(BUILD_ARCH)
endif
- ccache := prebuilt/$(CCACHE_HOST_TAG)/ccache/ccache
+ ccache := prebuilts/misc/$(CCACHE_HOST_TAG)/ccache/ccache
# Check that the executable is here.
ccache := $(strip $(wildcard $(ccache)))
ifdef ccache