forked from openkylin/platform_build
Added generic hook for loading vendor specific defintions
Change-Id: I6dec9c378ed0aabf9e60f8dcb05c6043bbcc30e5
This commit is contained in:
parent
5d1db8b433
commit
9e5efceff9
|
@ -2150,6 +2150,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