summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-07-20 18:40:18 -0700
committerYing Wang <wangying@google.com>2015-07-20 21:26:53 -0700
commitc671a7cf5cae42b61991d9b72e53d9d8a6ace84e (patch)
treee6f56e4836ff3722e56ffcf621b11a13cd472cbc /core/config.mk
parent7ac6cb804083a67d31a16b910dabfb76b30150a3 (diff)
downloadbuild-c671a7cf5cae42b61991d9b72e53d9d8a6ace84e.zip
build-c671a7cf5cae42b61991d9b72e53d9d8a6ace84e.tar.gz
build-c671a7cf5cae42b61991d9b72e53d9d8a6ace84e.tar.bz2
Split [CC|CXX]_WRAPPER from [TARGET|HOST]_[CC|CXX]
- Don't overwrite [TARGET|HOST]_[CC|CXX] with the [CC|CXX]_WRAPPER prefix, so that we can disable the wrapper per module. - Disable ccache on a module when FDO is enabled. Bug: 22612634 Change-Id: Ibc04a4742d589955066c7eceb43a0da9a2b893bc
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index ba8f310..3e527a8 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -257,6 +257,8 @@ combo_2nd_arch_prefix := $(TARGET_2ND_ARCH_VAR_PREFIX)
include $(BUILD_SYSTEM)/combo/select.mk
endif
+include $(BUILD_SYSTEM)/ccache.mk
+
ifdef TARGET_PREFER_32_BIT
TARGET_PREFER_32_BIT_APPS := true
TARGET_PREFER_32_BIT_EXECUTABLES := true