Tone down our DTB patching

- Do not attempt to patch DTB anywhere outside of boot images as they
are no longer essential. This makes Magisk installation to only modify
strictly boot/recovery partitions again.
- The only required patch for DTB is to strip verity out of partitions
This commit is contained in:
topjohnwu
2020-05-05 01:22:40 -07:00
parent 02dc1172be
commit 85755e3022
7 changed files with 1 additions and 121 deletions

View File

@ -117,11 +117,6 @@ case $((STATUS & 3)) in
;;
esac
if [ $((STATUS & 8)) -ne 0 ]; then
# Possibly using 2SI, export env var
export TWOSTAGEINIT=true
fi
##################
# Ramdisk Patches
##################