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

Commit de65fa19 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Recovery resource must be install to either boot or vendor_boot"

parents 750061dd cc6c202c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -790,3 +790,10 @@ ifeq (true,$(BOARD_USES_GENERIC_KERNEL_IMAGE))
      Use BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT instead)
  endif
endif

ifeq (true,$(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT))
  ifeq (true,$(BOARD_USES_RECOVERY_AS_BOOT))
    $(error BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT and BOARD_USES_RECOVERY_AS_BOOT cannot be \
      both true. Recovery resources should be installed to either boot or vendor_boot, but not both)
  endif
endif