mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-28 08:17:21 -04:00
Update oneplus/sdm845 from 4.9.227 to 4.9.277
Pulls us into August 2021 Tested working: - boot - usb mtp - wifi - bluetooth - cameras - audio - gps - brightness Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
5d7d710076
commit
70b96aa211
3 changed files with 121850 additions and 159 deletions
|
@ -435,6 +435,10 @@ 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;
|
||||
|
||||
if enterAndClear "kernel/oneplus/sdm845"; then
|
||||
applyPatch "$DOS_PATCHES/android_kernel_oneplus_sdm845/4.9.277-qc.patch"; #4.9.227 -> 4.9.277
|
||||
fi;
|
||||
|
||||
#Make changes to all devices
|
||||
cd "$DOS_BUILD_BASE";
|
||||
if [ "$DOS_LOWRAM_ENABLED" = true ]; then find "device" -maxdepth 2 -mindepth 2 -type d -print0 | xargs -0 -n 1 -P 8 -I {} bash -c 'enableLowRam "{}"'; fi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue