am 50a402af: am f1534b62: Merge "Added generic hook for loading vendor specific defintions"

* commit '50a402af7ae550c96b9142ab56d3a23a8a8d22b1':
  Added generic hook for loading vendor specific defintions
This commit is contained in:
Jean-Baptiste Queru 2013-07-30 10:28:17 -07:00 committed by Android Git Automerger
commit 8a7cd65585
1 changed files with 3 additions and 0 deletions

View File

@ -2159,6 +2159,9 @@ endef
# when requested.
include $(BUILD_SYSTEM)/distdir.mk
# Include any vendor specific definitions.mk file
-include $(TOPDIR)vendor/*/build/core/definitions.mk
# broken:
# $(foreach file,$^,$(if $(findstring,.a,$(suffix $file)),-l$(file),$(file)))