summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2012-08-20 11:00:51 -0700
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2012-11-17 17:56:51 +0000
commit8ec8558193169af61c09f9bb1eb539ebb19d9671 (patch)
tree50d0b39a61f8448aa4b4d228eabc2f2222d067d3 /core/main.mk
parent90f205b5fc97487f2b3735d7fb97e1e0dc94de9d (diff)
downloadbuild-8ec8558193169af61c09f9bb1eb539ebb19d9671.zip
build-8ec8558193169af61c09f9bb1eb539ebb19d9671.tar.gz
build-8ec8558193169af61c09f9bb1eb539ebb19d9671.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 ccf2f14..4d2958b 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -224,6 +224,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