mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-11-28 11:21:16 -05: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
|
|
@ -49,11 +49,11 @@ buildAll() {
|
|||
cd "$DOS_BUILD_BASE";
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
#frontloaded for testing
|
||||
buildDevice bluejay avb;
|
||||
buildDevice taimen avb;
|
||||
buildDevice bluejay avb; #unb
|
||||
buildDevice taimen avb; #unb
|
||||
buildDevice fajita avb;
|
||||
#SD835
|
||||
buildDevice walleye avb;
|
||||
buildDevice walleye avb; #unb
|
||||
buildDevice cheeseburger verity;
|
||||
buildDevice dumpling verity;
|
||||
#SD845
|
||||
|
|
@ -61,8 +61,8 @@ buildAll() {
|
|||
buildDevice aura avb;
|
||||
buildDevice beryllium avb;
|
||||
buildDevice pro1 avb;
|
||||
buildDevice crosshatch avb;
|
||||
buildDevice blueline avb;
|
||||
buildDevice crosshatch avb; #unb
|
||||
buildDevice blueline avb; #unb
|
||||
#SD750
|
||||
buildDevice FP4 avb;
|
||||
#SD855
|
||||
|
|
@ -86,13 +86,13 @@ buildAll() {
|
|||
buildDevice redfin avb;
|
||||
buildDevice barbet avb;
|
||||
#SD670
|
||||
buildDevice bonito avb;
|
||||
buildDevice sargo avb;
|
||||
buildDevice bonito avb; #unb
|
||||
buildDevice sargo avb; #unb
|
||||
#Tensor
|
||||
buildDevice oriole avb; #requires manual patching for stray iwlan include in device.mk
|
||||
buildDevice raven avb;
|
||||
buildDevice panther avb;
|
||||
buildDevice cheetah avb;
|
||||
buildDevice oriole avb; #unb #requires manual patching for stray iwlan include in device.mk
|
||||
buildDevice raven avb; #unb
|
||||
buildDevice panther avb; #unb
|
||||
buildDevice cheetah avb; #unb
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue