From 5ecdb14422336f20a088de329b393c828d617224 Mon Sep 17 00:00:00 2001 From: Lanchon Date: Fri, 8 Apr 2016 15:13:17 -0300 Subject: 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 --- shbootimg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shbootimg.mk b/shbootimg.mk index a83532f..1afbf1d 100644 --- a/shbootimg.mk +++ b/shbootimg.mk @@ -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 $@ $< -- cgit v1.1