diff options
| author | Vachounet <vachounet@live.fr> | 2017-10-02 14:48:34 +0200 |
|---|---|---|
| committer | Ali Alasadi <alasadi56@gmail.com> | 2018-02-10 06:53:45 +0000 |
| commit | 719ea118483d2f6a3b61e1ae455128a7381bca41 (patch) | |
| tree | 82c87b6f79aab805f31095361fe5becec516e533 | |
| parent | 923c3f83ab6c45411c125933b3b271c0daab661b (diff) | |
athene: Use lzma to compress recovery ramdisk
Change-Id: I75a73e9a49360a95fd8700d65360a781302ae854
error: +out/target/product/athene/recovery.img too large (17383424 > [17301504 - 270336])
| -rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index e08ff79..b40b538 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -213,6 +213,7 @@ BOARD_HAS_NO_SELECT_BUTTON := true TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true +LZMA_RAMDISK_TARGETS := recovery # SDClang TARGET_USE_SDCLANG := true |
