summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-02-13 10:28:40 -0800
committerYing Wang <wangying@google.com>2015-02-13 10:28:40 -0800
commitbacf5f8008e4361d810895dd251354ac348cbf27 (patch)
treed8ff741453e24c0ffc886cab457dbce26463b2ee /core/main.mk
parent4d88a3639b6a76763de3be6dcc18582bdb873188 (diff)
downloadbuild-bacf5f8008e4361d810895dd251354ac348cbf27.zip
build-bacf5f8008e4361d810895dd251354ac348cbf27.tar.gz
build-bacf5f8008e4361d810895dd251354ac348cbf27.tar.bz2
Load cts/build/config.mk after build/core/config.mk
So that the cts config.mk can use global variables set by the core build system config.mk. Change-Id: I2571564abbb53257eee54485a3357ab1305eb870
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index d23c762..2c15d0f 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -93,6 +93,9 @@ include $(BUILD_SYSTEM)/help.mk
# and host information.
include $(BUILD_SYSTEM)/config.mk
+# CTS-specific config.
+-include cts/build/config.mk
+
# This allows us to force a clean build - included after the config.mk
# environment setup is done, but before we generate any dependencies. This
# file does the rm -rf inline so the deps which are all done below will