3
0
Fork 0

galaxys2-common: build an IsoRec-style recovery.img

...instead of building a duplicate of boot.img.
The make target is the standard 'recoveryimage'.
Thanks to arnab who originated the idea.

Change-Id: Ibbe996db97bc043033de645166d23ce4c19dc06b
This commit is contained in:
Lanchon 2016-04-08 15:13:17 -03:00
parent f94f7a8e0b
commit 5ecdb14422
1 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ TARGET_KERNEL_BINARIES: $(KERNEL_OUT) $(KERNEL_CONFIG) $(KERNEL_HEADERS_INSTALL)
$(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(recovery_uncompressed_ramdisk)
lzop -f9 -o $@ $<