Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be15ded0 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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
parent 15e75e88
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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),\