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

* commit 'f1534b6292a609bb5f55c4a617f3cd1054f90a81':
  Added generic hook for loading vendor specific defintions
This commit is contained in:
Jean-Baptiste Queru 2013-07-30 07:33:53 -07:00 committed by Android Git Automerger
commit 50a402af7a
1 changed files with 3 additions and 0 deletions

View File

@ -2151,6 +2151,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)))