mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Set androidboot.init_fatal_reboot_target=recovery
* Don't crash to bootloader, users can access pstore in recovery in order to debug the issue. Change-Id: I33e91fa31477785ba9c14a56d1c7ee9110fcc0c9 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
a1c0496cbb
commit
a03f1d9d0e
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_universal7885
|
|||
BOARD_KERNEL_IMAGE_NAME := Image
|
||||
BOARD_KERNEL_BASE := 0x10000000
|
||||
BOARD_KERNEL_PAGESIZE := 2048
|
||||
BOARD_KERNEL_CMDLINE := androidboot.init_fatal_reboot_target=recovery
|
||||
BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 --tags_offset 0x00000100
|
||||
TARGET_KERNEL_SOURCE := kernel/samsung/exynos7885
|
||||
TARGET_KERNEL_CLANG_COMPILE := true
|
||||
|
|
|
|||
Loading…
Reference in a new issue