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:
Michael Bestas 2021-08-14 18:09:58 +05:30 committed by roynatech2544
commit a03f1d9d0e
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -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