From 388c04dd6bf1555cfefce3c0b399c62409f6e1c5 Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Tue, 28 Oct 2014 08:32:11 -0700 Subject: [PATCH] definitions.mk: look for definitions.mk in device/*/build also build/core/Makefile looks for build tasks in either device/*/build/tasks or vendor/*/build/tasks. Do the same with vendor-specific definitions.mk. Change-Id: Ib4fd00a1d0effe8e347382a922da101ce26bf696 Signed-off-by: Andrew Boie --- core/definitions.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/definitions.mk b/core/definitions.mk index afd033aaf5..9258f41028 100644 --- a/core/definitions.mk +++ b/core/definitions.mk @@ -2200,6 +2200,7 @@ include $(BUILD_SYSTEM)/distdir.mk # Include any vendor specific definitions.mk file -include $(TOPDIR)vendor/*/build/core/definitions.mk +-include $(TOPDIR)device/*/build/core/definitions.mk # broken: # $(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))