aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorVojtech Bocek <vbocek@gmail.com>2015-03-01 22:37:11 +0100
committerAndreas Blaesius <skate4life@gmx.de>2015-07-15 14:02:24 -0700
commit08ce236e1921ffe5cde42e157dd0404e6807b7b9 (patch)
treeb13315121bca374af9173cb1ffefd290693900ac /BoardConfigCommon.mk
parent14e68b0dc18f22498c4493455f9a321fbf15f834 (diff)
downloaddevice_samsung_espressowifi-08ce236e1921ffe5cde42e157dd0404e6807b7b9.zip
device_samsung_espressowifi-08ce236e1921ffe5cde42e157dd0404e6807b7b9.tar.gz
device_samsung_espressowifi-08ce236e1921ffe5cde42e157dd0404e6807b7b9.tar.bz2
Use LZMA compression for recovery's ramdisk
Also set BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH=true , else compiling will fail. This happens because imgdiff on recovery_from_boot.p expects a ramdisk to use GZIP, which is causing a chunk size issue if recovery is using LZMA Change-Id: I5a27136c973d6641264249a7fb209848456bb283
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index a3ef5b4..a04d750 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -119,5 +119,8 @@ TARGET_RECOVERY_FSTAB := device/samsung/p3100/rootdir/fstab.espresso
RECOVERY_FSTAB_VERSION := 2
BOARD_HAS_DOWNLOAD_MODE := true
+BOARD_CUSTOM_BOOTIMG_MK := device/samsung/p3100/custombootimg.mk
+BOARD_CANT_BUILD_RECOVERY_FROM_BOOT_PATCH := true
+
# Use the non-open-source parts, if they're present
-include vendor/samsung/p31xx/BoardConfigVendor.mk