Merge "Filter out host paths on platform-availability-check errors" am: 2a5719c809
Original change: https://android-review.googlesource.com/c/platform/build/+/1440896 Change-Id: Ie76b7b1cda93d468df1a4e360314b5465b64e812
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user