mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-24 05:49:33 -04:00
Add missing device variants
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
be6b03fe96
commit
4b6a86a473
13 changed files with 635 additions and 20 deletions
|
@ -55,6 +55,7 @@ buildAll() {
|
|||
cd "$DOS_BUILD_BASE";
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
#SDS4P
|
||||
buildDevice deb;
|
||||
buildDevice flo; #Last version without repartitioning required + 18.1 has random power off issue
|
||||
#SD801
|
||||
buildDevice hammerhead; #Last version with working Bluetooth
|
||||
|
@ -77,6 +78,7 @@ buildAll() {
|
|||
buildDevice fugu;
|
||||
#Tegra
|
||||
buildDevice flounder verity;
|
||||
buildDevice flounder_lte verity;
|
||||
buildDevice dragon verity;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue