Merge "Enable missing dependency checks"
am: 207b009c86
Change-Id: If2cfad594a6c44057fe1eb1b2ae44510ed100ba4
This commit is contained in:
commit
5a7339b36c
|
@ -750,8 +750,7 @@ $(foreach t,$($(2).TYPE),\
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# TODO: Verify all branches/configs have reasonable warnings/errors, and remove
|
# TODO: Verify all branches/configs have reasonable warnings/errors, and remove
|
||||||
# these overrides
|
# this override
|
||||||
link-type-missing = $(eval $$(1).MISSING := true)
|
|
||||||
verify-link-type = $(eval $$(1).MISSING := true)
|
verify-link-type = $(eval $$(1).MISSING := true)
|
||||||
|
|
||||||
$(foreach lt,$(ALL_LINK_TYPES),\
|
$(foreach lt,$(ALL_LINK_TYPES),\
|
||||||
|
|
Loading…
Reference in New Issue