Re-enable link type checking
When I removed the actions that ran the python link type checker, I forgot that the Make version hadn't been enabled yet. Enable the Make version. Bug: 143748700 Test: treehugger (particularly, build_test on the downstream branches) Change-Id: I293b3be5ca7828c9d7148e13d88b0f0bba54d964 Merged-In: I293b3be5ca7828c9d7148e13d88b0f0bba54d964 Merged-In: I08090db44d47f809fbaa0c4ad373e46e6a3fbe2e
This commit is contained in:
parent
15e75e8807
commit
be15ded040
1 changed files with 0 additions and 4 deletions
|
@ -925,10 +925,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),\
|
||||
|
|
Loading…
Reference in a new issue