mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 13:15:52 -04:00
18.1: add z2_plus
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fbd97dd24a
commit
a0918b5222
5 changed files with 302 additions and 7 deletions
|
@ -433,6 +433,10 @@ if enterAndClear "device/xiaomi/sm8250-common"; then
|
|||
enableVerity; #Resurrect dm-verity
|
||||
fi;
|
||||
|
||||
if enterAndClear "device/zuk/msm8996-common"; then
|
||||
awk -i inplace '!/WfdCommon/' msm8996.mk; #fix breakage
|
||||
fi;
|
||||
|
||||
if enterAndClear "kernel/google/wahoo"; then
|
||||
sed -i 's/asm(SET_PSTATE_UAO(1));/asm(SET_PSTATE_UAO(1)); return 0;/' arch/arm64/mm/fault.c; #fix build with CONFIG_ARM64_UAO
|
||||
fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue