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

Commit 66d6a268 authored by Yi-yo Chiang's avatar Yi-yo Chiang
Browse files

Revert "Disable required modules check on darwin"

This reverts commit 4d2ea47f.

Reason for revert: Original breakage resolved by
aosp/q/topic:%22mac-required-fix%22+(status:open%20OR%20status:merged)

Bug: 162102724
Change-Id: I2a2c8dd0714175e87ef3ff75f963878600ff2e68
parent 4d2ea47f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -703,9 +703,6 @@ $(call select-bitness-of-target-host-required-modules,TARGET,HOST)
$(call select-bitness-of-target-host-required-modules,HOST,TARGET)
_nonexistent_required := $(sort $(_nonexistent_required))

# HOST OS darwin build is broken, disable this check for darwin for now.
# TODO(b/162102724): Remove this
ifeq (,$(filter $(HOST_OS),darwin))
ifeq (,$(filter true,$(ALLOW_MISSING_DEPENDENCIES) $(BUILD_BROKEN_MISSING_REQUIRED_MODULES)))
ifneq (,$(_nonexistent_required))
  $(warning Missing required dependencies:)
@@ -717,7 +714,6 @@ ifneq (,$(_nonexistent_required))
  $(error Build failed)
endif # _nonexistent_required != empty
endif # ALLOW_MISSING_DEPENDENCIES != true && BUILD_BROKEN_MISSING_REQUIRED_MODULES != true
endif # HOST_OS != darwin

define add-required-deps
$(1): | $(2)