summaryrefslogtreecommitdiffstats
path: root/shbootimg.mk
diff options
context:
space:
mode:
authorCaio Schnepper <caioschnepper@gmail.com>2015-12-21 17:57:19 -0200
committerCaio Schnepper <caioschnepper@gmail.com>2015-12-21 20:08:44 -0800
commita8ebb9c8f563a038e5015676e5b154cfc10bb40f (patch)
tree38d0bd7672dc0de5e0bbb30a475e491bb8540458 /shbootimg.mk
parentd1a4c287e37108b5627140c47dbfd2e5a9b0e936 (diff)
downloaddevice_samsung_galaxys2-common-a8ebb9c8f563a038e5015676e5b154cfc10bb40f.zip
device_samsung_galaxys2-common-a8ebb9c8f563a038e5015676e5b154cfc10bb40f.tar.gz
device_samsung_galaxys2-common-a8ebb9c8f563a038e5015676e5b154cfc10bb40f.tar.bz2
Revert "shbootimg.mk: Fix recovery build"
No longer necessary This reverts commit ffb71761f1ff3242e95e178072c0a4b821861fa5. Change-Id: I7af9863434f3d8a9732a5f31460dfc9c3cceb322
Diffstat (limited to 'shbootimg.mk')
-rw-r--r--shbootimg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/shbootimg.mk b/shbootimg.mk
index 93a9f9f..a83532f 100644
--- a/shbootimg.mk
+++ b/shbootimg.mk
@@ -31,5 +31,4 @@ $(INSTALLED_BOOTIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
$(ACP) -fp $< $@
$(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_KERNEL_TARGET)
- $(call build-recoveryimage-target, $@)
$(ACP) -fp $< $@