mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
Fixup hotdog* compile
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
c47797d6b9
commit
a3c17d356d
@ -516,6 +516,10 @@ if enterAndClear "device/google/taimen"; then
|
|||||||
git revert --no-edit 0ba4518422b3c398590a3ffea77f3e65eaebe309; #compile fix: out of space
|
git revert --no-edit 0ba4518422b3c398590a3ffea77f3e65eaebe309; #compile fix: out of space
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
if enterAndClear "device/oneplus/sm8150-common"; then
|
||||||
|
git revert --no-edit 78d6af488816eaf0194b0c73726b7239bf3728a9; #unbreak hotdog* compile
|
||||||
|
fi;
|
||||||
|
|
||||||
if enterAndClear "kernel/google/wahoo"; then
|
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
|
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;
|
fi;
|
||||||
|
Loading…
Reference in New Issue
Block a user