summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-08-20 11:00:51 -0700
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 16:12:01 -0700
commit1a6761c81b1ff77f1798ec804e60ffebedb64d0e (patch)
tree461f848e9efd8d8c12801feb77d74ba70aa0901a /core/main.mk
parent22185bab5ca2b3c62846609f35c003c590f00289 (diff)
downloadbuild-1a6761c81b1ff77f1798ec804e60ffebedb64d0e.zip
build-1a6761c81b1ff77f1798ec804e60ffebedb64d0e.tar.gz
build-1a6761c81b1ff77f1798ec804e60ffebedb64d0e.tar.bz2
build: Add Qualcomm's helper macros
* This is used everywhere in Qualcomm's code. There's no reason we need to constantly replace it with uglier stuff in our Makefiles. Change-Id: I0183a338470ec96a38f356a47bae65a0d3fb2c95
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 76fab2a..f7a9557 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -244,6 +244,9 @@ endif
# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk
+# Bring in Qualcomm helper macros
+include $(BUILD_SYSTEM)/qcom_utils.mk
+
# Bring in dex_preopt.mk
include $(BUILD_SYSTEM)/dex_preopt.mk