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

Commit 09e57929 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
parent 93ff2640
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -924,10 +924,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),\