3
0
Fork 0

shbootimg.mk: Fix recovery build

Related to: http://review.cyanogenmod.org/#/c/113680

Change-Id: I311c366e6f9c7d556c5803223a085260c9889427
This commit is contained in:
Caio Schnepper 2015-10-20 15:15:39 -02:00
parent e60f00211d
commit ffb71761f1
1 changed files with 1 additions and 0 deletions

View File

@ -31,4 +31,5 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(call build-recoveryimage-target, $@)
$(ACP) -fp $< $@