mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Set BOARD_CUSTOM_BOOTIMG to true
* This is required to properly apply the changes to the boot and recovery images, as well as generating the right recovery-from-boot patch file to allow auto updating of recovery Change-Id: Ifaaead6d68aae115e8fb4b01ee50d09861e5df1c
This commit is contained in:
parent
604a950fd3
commit
64262acc1d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ BOARD_KERNEL_IMAGE_NAME := Image.gz
|
|||
BOARD_KERNEL_PAGESIZE := 2048
|
||||
BOARD_KERNEL_SEPARATED_DT := true
|
||||
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x02000000 --tags_offset 0x01E00000 --board FPRPG21W000KU
|
||||
BOARD_CUSTOM_BOOTIMG := true
|
||||
BOARD_CUSTOM_BOOTIMG_MK := hardware/samsung/mkbootimg.mk
|
||||
TARGET_KERNEL_SOURCE := kernel/samsung/msm8976
|
||||
|
||||
|
|
Loading…
Reference in a new issue