forked from openkylin/platform_build
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:
commit
8a7cd65585
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue