Merge "Re-enable link type checking"

This commit is contained in:
TreeHugger Robot 2020-01-02 18:04:20 +00:00 committed by Android (Google) Code Review
commit 1abdc0a391
1 changed files with 0 additions and 4 deletions

View File

@ -935,10 +935,6 @@ $(foreach t,$($(2).TYPE),\
$(call link-type-error,$(1),$(2),$(t)))))
endef
# TODO: Verify all branches/configs have reasonable warnings/errors, and remove
# this override
verify-link-type = $(eval $$(1).MISSING := true)
$(foreach lt,$(ALL_LINK_TYPES),\
$(foreach d,$($(lt).DEPS),\
$(if $($(d).TYPE),\