aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-01-09 11:53:58 -0800
committerYing Wang <wangying@google.com>2012-01-09 11:53:58 -0800
commit762d5decf0eaa766e69ecd94f4349be53dedd767 (patch)
tree6cdf13c9979b8e0c0df51cd291fe0e8fb49868d1 /Makefile.android
parent04e9fbc09d517455b23903c9d5e7941a9ed59b01 (diff)
downloadexternal_qemu-762d5decf0eaa766e69ecd94f4349be53dedd767.zip
external_qemu-762d5decf0eaa766e69ecd94f4349be53dedd767.tar.gz
external_qemu-762d5decf0eaa766e69ecd94f4349be53dedd767.tar.bz2
Reference the new prebuilt ccache location.
Change-Id: Id990e37b9d8803aa5a23c365076c4044ef4719af
Diffstat (limited to 'Makefile.android')
-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)