mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-09 18:05:03 -04:00
Make it easier to build all supported branches of a device
This commit is contained in:
parent
dd7e4c3faf
commit
c64ad2ecdc
3 changed files with 37 additions and 32 deletions
|
@ -68,14 +68,16 @@ buildAll() {
|
|||
brunch lineage_victara-user;
|
||||
|
||||
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
|
||||
#brunch lineage_bacon-user;
|
||||
#brunch lineage_ether-user;
|
||||
#brunch lineage_griffin-user;
|
||||
#brunch lineage_klte-user;
|
||||
#brunch lineage_mako-user;
|
||||
#brunch lineage_marlin-user;
|
||||
#brunch lineage_sailfish-user;
|
||||
#brunch lineage_shamu-user;
|
||||
if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
|
||||
brunch lineage_bacon-user;
|
||||
brunch lineage_ether-user;
|
||||
brunch lineage_griffin-user;
|
||||
brunch lineage_klte-user;
|
||||
brunch lineage_mako-user;
|
||||
brunch lineage_marlin-user;
|
||||
brunch lineage_sailfish-user;
|
||||
brunch lineage_shamu-user;
|
||||
fi;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue