mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-02 22:45:11 -04:00
19.1: drop devices that are on 20.0
- there have been updater checks for all of these on 20.0, expect for aura - 20.0 has been my daily driver on fajita (and recently bluejay) since mid October - there are only some minor issues on 20.0 that aren't much of a blocker - LineageOS has marked 20.0 stable Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
e10d4b1799
commit
035ae85e0f
13 changed files with 13 additions and 2318 deletions
|
@ -19,7 +19,7 @@ umask 0022;
|
|||
#Last verified: 2022-04-04
|
||||
|
||||
patchAllKernels() {
|
||||
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";
|
||||
startPatcher "kernel_essential_msm8998 kernel_fairphone_sdm632 kernel_razer_msm8998 kernel_sony_sdm660 kernel_sony_sdm845 kernel_xiaomi_sm8150 kernel_xiaomi_sm8250";
|
||||
}
|
||||
export -f patchAllKernels;
|
||||
|
||||
|
@ -54,39 +54,19 @@ buildAll() {
|
|||
buildDevice discovery;
|
||||
#SD835
|
||||
buildDevice cheryl verity;
|
||||
buildDevice cheeseburger verity; #superseded
|
||||
buildDevice dumpling verity; #superseded
|
||||
buildDevice mata verity;
|
||||
buildDevice taimen avb; #superseded
|
||||
buildDevice walleye avb; #superseded
|
||||
#SD845
|
||||
buildDevice aura avb; #superseded
|
||||
buildDevice beryllium avb; #superseded
|
||||
buildDevice enchilada avb; #superseded
|
||||
buildDevice fajita avb; #superseded
|
||||
buildDevice akari avb;
|
||||
buildDevice aurora avb;
|
||||
buildDevice xz2c avb;
|
||||
#SD632
|
||||
buildDevice FP3 avb;
|
||||
#SD750
|
||||
buildDevice FP4 avb; #unb #superseded
|
||||
#SD855
|
||||
buildDevice guacamole avb; #superseded
|
||||
buildDevice guacamoleb avb; #superseded
|
||||
buildDevice hotdog avb; #superseded
|
||||
buildDevice hotdogb avb; #superseded
|
||||
buildDevice vayu avb;
|
||||
#SD865
|
||||
buildDevice instantnoodle avb; #superseded
|
||||
buildDevice instantnoodlep avb; #superseded
|
||||
buildDevice kebab avb; #superseded
|
||||
buildDevice lmi avb;
|
||||
#SD870
|
||||
buildDevice alioth avb;
|
||||
#SD888
|
||||
buildDevice lemonade avb; #superseded
|
||||
buildDevice lemonadep avb; #superseded
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue