mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-07 00:45:06 -04:00
19.1: add FP4
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
0d8ab187e3
commit
162f4f450a
9 changed files with 337 additions and 7 deletions
|
@ -91,6 +91,7 @@ enableVerity "device/zuk/msm8996-common";
|
|||
enableVerity "device/zuk/z2_plus";
|
||||
|
||||
enableAVB "device/fairphone/FP3";
|
||||
enableAVB "device/fairphone/FP4";
|
||||
enableAVB "device/fxtec/pro1";
|
||||
enableAVB "device/google/blueline";
|
||||
enableAVB "device/google/bonito";
|
||||
|
@ -176,6 +177,7 @@ sed -i 's/^\treturn VERITY_STATE_DISABLE;//' kernel/*/*/drivers/md/dm-android-ve
|
|||
#Ensure OEM unlocking toggle is always available
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/essential/mata/system.prop &>/dev/null || true;
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/fairphone/FP3/system.prop &>/dev/null || true;
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/fairphone/FP4/system.prop &>/dev/null || true;
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/fxtec/pro1/system.prop &>/dev/null || true;
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/google/bonito/vendor.prop &>/dev/null || true;
|
||||
sed -zi '/ro.oem_unlock_supported=1/!s/$/\nro.oem_unlock_supported=1/' device/google/coral/vendor.prop &>/dev/null || true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue