2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-04 19:45:10 +00:00

Properly handle KEEPVERITY and HIGHCOMP

This commit is contained in:
topjohnwu
2017-12-07 04:20:27 +08:00
parent baff9256c5
commit 942c870981
3 changed files with 9 additions and 5 deletions

View File

@@ -123,7 +123,7 @@ if [ -f stock_boot* ]; then
is_mounted /data && mv stock_boot* /data
fi
patch_dtbo_image
$KEEPVERITY || patch_dtbo_image
if [ -f stock_dtbo* ]; then
rm -f /data/stock_dtbo* 2>/dev/null