Add missing device variants

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-14 11:42:26 -04:00
parent be6b03fe96
commit 4b6a86a473
13 changed files with 635 additions and 20 deletions

View file

@ -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;