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

Commit 947473c7 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh Committed by Automerger Merge Worker
Browse files

Merge "Filter out host paths on platform-availability-check errors" am: 2a5719c8 am: 2c3e8064

Original change: https://android-review.googlesource.com/c/platform/build/+/1440896

Change-Id: I759df7ad0e1adfbdc0a4853bb2ce105bab33d58c
parents 2afae90d 2c3e8064
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,6 +51,6 @@ it depends on other modules that are not available for platform.)
  endef

  $(foreach m,$(_modules_not_available_for_platform),\
    $(foreach i,$(ALL_MODULES.$(m).INSTALLED),\
    $(foreach i,$(filter-out $(HOST_OUT)/%,$(ALL_MODULES.$(m).INSTALLED)),\
      $(eval $(call not_available_for_platform_rule,$(i),$(m)))))
endif