commit | 7ec5fd9e6d413860c8ecf68e5d14111f8e12e434 | [log] [tgz] |
---|---|---|
author | Alessandro Astone <ales.astone@gmail.com> | Fri Oct 12 11:12:22 2018 +0200 |
committer | bigbiff <bigbiff@teamw.in> | Sun Dec 22 20:21:16 2019 +0000 |
tree | 0fe05c22eeae99d1c48bfaebdbd464f6a461978e | |
parent | 2923defaeace94529d526df18bb4525e224611a2 [diff] |
recovery: Move bldrmsg offset symbols to bootloader_message.cpp * bootloader_message.cpp is the only file using BOOTLOADER_MESSAGE_OFFSET_IN_MISC and WIPE_PACKAGE_OFFSET_IN_MISC, so we can move their definitions to the cpp. This prevents the need to set BOARD_RECOVERY_BLDRMSG_OFFSET in every module that includes the header. * Global cflags are no longer supported Oreo and up, so set the BOARD_RECOVERY_BLDRMSG_OFFSET via make variable * Simplify logic, always set BOARD_RECOVERY_BLDRMSG_OFFSET. Change-Id: I2b902bcce7f5ca13472e0ac30ac01b4991294dbe
Team Win Recovery Project (TWRP)
You can find a compiling guide here.