From a8ebb9c8f563a038e5015676e5b154cfc10bb40f Mon Sep 17 00:00:00 2001 From: Caio Schnepper Date: Mon, 21 Dec 2015 17:57:19 -0200 Subject: [PATCH] Revert "shbootimg.mk: Fix recovery build" No longer necessary This reverts commit ffb71761f1ff3242e95e178072c0a4b821861fa5. Change-Id: I7af9863434f3d8a9732a5f31460dfc9c3cceb322 --- shbootimg.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/shbootimg.mk b/shbootimg.mk index 93a9f9f..a83532f 100644 --- a/shbootimg.mk +++ b/shbootimg.mk @@ -31,5 +31,4 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET) $(ACP) -fp $< $@ $(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET) - $(call build-recoveryimage-target, $@) $(ACP) -fp $< $@