diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2017-02-10 00:06:52 -0500 |
|---|---|---|
| committer | Jason Riordan <jriordan001@gmail.com> | 2017-02-11 00:50:45 -0500 |
| commit | 1d773e6fc26e932603279279ba3d52e45297b151 (patch) | |
| tree | fad7c19f0cb7b129b7afb7aea7c0759b55ca4fb8 | |
| parent | dfe35ef4e93205dc9c7d94c56fcb694242dddd99 (diff) | |
mofd: use LZMA for recovery image
Change-Id: I88d0c4aceb903ab3220071b998d244ecee1f96b7
| -rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4aef284..e0c46c9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -127,6 +127,7 @@ TARGET_KERNEL_SOURCE := kernel/asus/moorefield TARGET_KERNEL_ARCH := x86_64 BOARD_KERNEL_IMAGE_NAME := bzImage TARGET_KERNEL_CONFIG := zenfone2_defconfig +LZMA_RAMDISK_TARGETS := recovery # Kernel cmdline BOARD_KERNEL_CMDLINE := init=/init pci=noearly console=logk0 loglevel=0 vmalloc=256M androidboot.hardware=mofd_v1 watchdog.watchdog_thresh=60 androidboot.spid=xxxx:xxxx:xxxx:xxxx:xxxx:xxxx androidboot.serialno=01234567890123456789 gpt snd_pcm.maximum_substreams=8 ptrace.ptrace_can_access=1 panic=15 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on debug_locks=0 n_gsm.mux_base_conf=\"ttyACM0,0 ttyXMM0,1\" bootboost=1' @@ -196,7 +197,6 @@ TW_INCLUDE_NTFS_3G := true TW_EXCLUDE_SUPERSU := true else TARGET_RECOVERY_FSTAB := device/asus/mofd-common/rootdir/etc/fstab.mofd_v1 -TARGET_RECOVERY_DENSITY := hdpi endif # Release tools |
