commit | 9220dbab44b3bf277c903ac0c99d09c53eec39c7 | [log] [tgz] |
---|---|---|
author | oshmoun <oshmoun100@googlemail.com> | Sat Nov 24 11:26:01 2018 +0100 |
committer | Dees Troy <dees_troy@teamw.in> | Mon Mar 18 04:27:35 2019 +0100 |
tree | c522daf913dcb5c1a91374a956b0d59b0a51882c | |
parent | 5f8394ca88e33bb0a0af374ad5412650a6e222e6 [diff] |
fix building TWRP for devices without cache Some devices do not declare BOARD_CACHEIMAGE_PARTITION_SIZE. This case is detected and required modules are added to LOCAL_REQUIRED_MODULES. However, := is used instead of += and causes the loss of all previously added modules. The end result is that twrp is not actually getting built since its module was lost. Fix that by using += when adding modules required for cache-less devices. Change-Id: Ib0a4db4955040ced77be7ed04d636905beadf093
Team Win Recovery Project (TWRP)
You can find a compiling guide here.