summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaio Schnepper <caioschnepper@gmail.com>2015-10-20 15:15:39 -0200
committerCaio Schnepper <caioschnepper@gmail.com>2015-10-20 15:15:39 -0200
commitffb71761f1ff3242e95e178072c0a4b821861fa5 (patch)
treef35090782adf0317533755ba274d6d7f3c8979f5
parente60f00211d914e6887ee861908effd757775bf3d (diff)
downloaddevice_samsung_galaxys2-common-ffb71761f1ff3242e95e178072c0a4b821861fa5.zip
device_samsung_galaxys2-common-ffb71761f1ff3242e95e178072c0a4b821861fa5.tar.gz
device_samsung_galaxys2-common-ffb71761f1ff3242e95e178072c0a4b821861fa5.tar.bz2
shbootimg.mk: Fix recovery build
Related to: http://review.cyanogenmod.org/#/c/113680 Change-Id: I311c366e6f9c7d556c5803223a085260c9889427
-rw-r--r--shbootimg.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index a83532f..93a9f9f 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -31,4 +31,5 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
+ $(call build-recoveryimage-target, $@)
$(ACP) -fp $< $@