summaryrefslogtreecommitdiffstats
path: root/core/qcom_target.mk
diff options
context:
space:
mode:
authorDan Pasanen <dan.pasanen@gmail.com>2017-01-08 01:01:52 -0600
committerZhao Wei Liew <zhaoweiliew@gmail.com>2017-01-08 19:05:55 +0800
commitbb05c8fc87643e7594b53b0fc6a3217745a2b0a3 (patch)
tree4a79bdddc6703872942aa6ebad00d6cae6335098 /core/qcom_target.mk
parentb0637e759035063cd193b6a3a5fb69fe1ee4ff88 (diff)
downloadbuild-bb05c8fc87643e7594b53b0fc6a3217745a2b0a3.zip
build-bb05c8fc87643e7594b53b0fc6a3217745a2b0a3.tar.gz
build-bb05c8fc87643e7594b53b0fc6a3217745a2b0a3.tar.bz2
core: move platform-specific helper macros to target makefiles
* These (qcom specifically) are now needed sooner than we had previously been importing them. Include them within their <platform>_target.mk makefiles. This ensures they'll be imported before their macros are needed. Change-Id: I06c6ab66446e2f0b54c245cf6c2cf665b649e0c9
Diffstat (limited to 'core/qcom_target.mk')
-rw-r--r--core/qcom_target.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/qcom_target.mk b/core/qcom_target.mk
index a8ff03a..40b1775 100644
--- a/core/qcom_target.mk
+++ b/core/qcom_target.mk
@@ -1,5 +1,8 @@
# Target-specific configuration
+# Bring in Qualcomm helper macros
+include $(BUILD_SYSTEM)/qcom_utils.mk
+
# Populate the qcom hardware variants in the project pathmap.
define ril-set-path-variant
$(call project-set-path-variant,ril,TARGET_RIL_VARIANT,hardware/$(1))