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:
parent
f94f7a8e0b
commit
5ecdb14422
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user