From 1a6761c81b1ff77f1798ec804e60ffebedb64d0e Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Mon, 20 Aug 2012 11:00:51 -0700 Subject: 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 --- core/main.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/main.mk') 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 -- cgit v1.1