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

Commit 5e703b2e authored by Steve Kondik's avatar Steve Kondik
Browse files

build: Don't build the recovery-from-boot patch on CM

 * We don't use this, and I am running into a weird bug where imgdiff is
   hanging on a specific target. Just disable it for now.

Change-Id: I25ee666136e25994528eaa32b6f787626cd288ed
parent 2a7db052
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -849,10 +849,14 @@ SYSTEMIMAGE_SOURCE_DIR := $(TARGET_OUT)
ifneq ($(INSTALLED_RECOVERYIMAGE_TARGET),)
intermediates := $(call intermediates-dir-for,PACKAGING,recovery_patch)
ifndef BOARD_CUSTOM_BOOTIMG_MK
ifeq ($(CM_BUILD),)
RECOVERY_FROM_BOOT_PATCH := $(intermediates)/recovery_from_boot.p
else
RECOVERY_FROM_BOOT_PATCH :=
endif
else
RECOVERY_FROM_BOOT_PATCH :=
endif
$(RECOVERY_FROM_BOOT_PATCH): $(INSTALLED_RECOVERYIMAGE_TARGET) \
                             $(INSTALLED_BOOTIMAGE_TARGET) \
			     $(HOST_OUT_EXECUTABLES)/imgdiff \