diff options
author | Ying Wang <wangying@google.com> | 2012-01-09 11:53:58 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2012-01-09 11:53:58 -0800 |
commit | 762d5decf0eaa766e69ecd94f4349be53dedd767 (patch) | |
tree | 6cdf13c9979b8e0c0df51cd291fe0e8fb49868d1 /Makefile.android | |
parent | 04e9fbc09d517455b23903c9d5e7941a9ed59b01 (diff) | |
download | external_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.android | 2 |
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) |