mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 22:45:11 -04:00
19.1: drop some devices in favor of 20.0
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
c2fc228f3b
commit
77085c00f7
7 changed files with 1 additions and 679 deletions
|
@ -19,7 +19,7 @@ umask 0022;
|
|||
#Last verified: 2022-04-04
|
||||
|
||||
patchAllKernels() {
|
||||
startPatcher "kernel_essential_msm8998 kernel_fxtec_msm8998 kernel_fairphone_sdm632 kernel_fairphone_sm7225 kernel_google_msm-4.9 kernel_google_msm-4.14 kernel_google_redbull kernel_google_wahoo kernel_oneplus_msm8998 kernel_oneplus_sdm845 kernel_oneplus_sm8150 kernel_oneplus_sm8250 kernel_oneplus_sm8350 kernel_razer_msm8998 kernel_razer_sdm845 kernel_sony_sdm660 kernel_sony_sdm845 kernel_xiaomi_sdm845 kernel_xiaomi_sm8150 kernel_xiaomi_sm8250";
|
||||
startPatcher "kernel_essential_msm8998 kernel_fairphone_sdm632 kernel_fairphone_sm7225 kernel_google_wahoo kernel_oneplus_msm8998 kernel_oneplus_sdm845 kernel_oneplus_sm8150 kernel_oneplus_sm8250 kernel_oneplus_sm8350 kernel_razer_msm8998 kernel_razer_sdm845 kernel_sony_sdm660 kernel_sony_sdm845 kernel_xiaomi_sdm845 kernel_xiaomi_sm8150 kernel_xiaomi_sm8250";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -62,16 +62,11 @@ buildAll() {
|
|||
#SD845
|
||||
buildDevice aura avb; #superseded
|
||||
buildDevice beryllium avb; #superseded
|
||||
#buildDevice pro1 avb; #superseded
|
||||
#buildDevice crosshatch avb; #superseded
|
||||
#buildDevice blueline avb; #superseded
|
||||
buildDevice enchilada avb; #superseded
|
||||
buildDevice fajita avb; #superseded
|
||||
buildDevice akari avb;
|
||||
buildDevice aurora avb;
|
||||
buildDevice xz2c avb;
|
||||
#SD730
|
||||
#buildDevice sunfish avb; #superseded
|
||||
#SD632
|
||||
buildDevice FP3 avb;
|
||||
#SD750
|
||||
|
@ -81,8 +76,6 @@ buildAll() {
|
|||
buildDevice guacamoleb avb; #superseded
|
||||
buildDevice hotdog avb; #superseded
|
||||
buildDevice hotdogb avb; #superseded
|
||||
#buildDevice coral avb; #superseded
|
||||
#buildDevice flame avb; #superseded
|
||||
buildDevice vayu avb;
|
||||
#SD865
|
||||
buildDevice instantnoodle avb; #superseded
|
||||
|
@ -94,12 +87,6 @@ buildAll() {
|
|||
#SD888
|
||||
buildDevice lemonade avb; #superseded
|
||||
buildDevice lemonadep avb; #superseded
|
||||
#SD765
|
||||
#buildDevice bramble avb; #superseded
|
||||
#buildDevice redfin avb; #superseded
|
||||
#SD670
|
||||
#buildDevice bonito avb; #superseded
|
||||
#buildDevice sargo avb; #superseded
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue