mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 06:26:20 -04:00
17.1: drop support for all devices compiling on 18.1
This commit is contained in:
parent
731e0e995c
commit
4bbc70d5a8
7 changed files with 6 additions and 500 deletions
|
@ -335,6 +335,7 @@ export -f addVerity;
|
|||
|
||||
enableVerity() {
|
||||
sed -i 's/--set_hashtree_disabled_flag//' *.mk;
|
||||
sed -i 's/AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 3/AVB_MAKE_VBMETA_IMAGE_ARGS += --flags 2/' *.mk;
|
||||
sed -i '/\/system/{/verify/!s|wait|wait,verify|}' fstab.* root/fstab.* rootdir/fstab.* rootdir/*/fstab.* &>/dev/null || true;
|
||||
}
|
||||
export -f enableVerity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue