mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
flo: Compress the kernel with XZ
The recovery image is too large when built with GCC 4.9. Switch to XZ compression to reduce the image size. Change-Id: I33e04f0daacc2bfac2212721921450f6a7927eb7 Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
This commit is contained in:
parent
2b1264df0c
commit
2599253f07
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# CONFIG_ARM_PATCH_PHYS_VIRT is not set
|
||||
CONFIG_EXPERIMENTAL=y
|
||||
CONFIG_LOCALVERSION="-cyanogenmod"
|
||||
CONFIG_KERNEL_XZ=y
|
||||
# CONFIG_SWAP is not set
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_RCU_FAST_NO_HZ=y
|
||||
|
|
Loading…
Reference in a new issue