diff --git a/BoardConfig.mk b/BoardConfig.mk index 919702c..befa5c0 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -57,6 +57,8 @@ TARGET_KERNEL_HEADER_ARCH := arm TARGET_KERNEL_SOURCE := kernel/fih/E2M TARGET_KERNEL_CONFIG := E2M_defconfig +LZMA_RAMDISK_TARGETS := recovery + # Platform TARGET_BOARD_PLATFORM := msm8937 @@ -70,4 +72,4 @@ TW_THEME := portrait_hdpi TW_EXTRA_LANGUAGES := true TW_SCREEN_BLANK_ON_BOOT := true TW_INPUT_BLACKLIST := "hbtp_vm" -TW_USE_TOOLBOX := true \ No newline at end of file +TW_USE_TOOLBOX := true