diff options
author | Caio Schnepper <caioschnepper@gmail.com> | 2015-10-20 15:15:39 -0200 |
---|---|---|
committer | Caio Schnepper <caioschnepper@gmail.com> | 2015-10-20 15:15:39 -0200 |
commit | ffb71761f1ff3242e95e178072c0a4b821861fa5 (patch) | |
tree | f35090782adf0317533755ba274d6d7f3c8979f5 | |
parent | e60f00211d914e6887ee861908effd757775bf3d (diff) | |
download | device_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.mk | 1 |
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 $< $@ |