mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-25 15:00:35 -04:00
19.1: aura and beryllium + some fixes
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fe816c691e
commit
13a9997a0c
17 changed files with 167 additions and 24 deletions
|
@ -19,7 +19,7 @@ umask 0022;
|
|||
#Last verified: 2022-04-04
|
||||
|
||||
patchAllKernels() {
|
||||
startPatcher "kernel_fxtec_msm8998 kernel_google_msm-4.9 kernel_google_msm-4.14 kernel_google_redbull kernel_google_wahoo kernel_oneplus_sdm845 kernel_oneplus_sm8150 kernel_sony_sdm660";
|
||||
startPatcher "kernel_fxtec_msm8998 kernel_google_msm-4.9 kernel_google_msm-4.14 kernel_google_redbull kernel_google_wahoo kernel_oneplus_sdm845 kernel_oneplus_sm8150 kernel_razer_sdm845 kernel_sony_sdm660 kernel_xiaomi_sdm845";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -62,6 +62,8 @@ buildAll() {
|
|||
buildDevice taimen avb;
|
||||
buildDevice walleye avb;
|
||||
#SD845
|
||||
buildDevice aura avb;
|
||||
buildDevice beryllium avb;
|
||||
buildDevice pro1 avb;
|
||||
buildDevice crosshatch avb;
|
||||
buildDevice blueline avb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue