Make it easier to build all supported branches of a device

This commit is contained in:
Tad 2019-03-22 05:38:58 -04:00
parent dd7e4c3faf
commit c64ad2ecdc
3 changed files with 37 additions and 32 deletions

View File

@ -67,30 +67,32 @@ buildAll() {
brunch lineage_Z00T-user; brunch lineage_Z00T-user;
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.) #The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
#brunch lineage_angler-user; if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
#brunch lineage_bullhead-user; brunch lineage_angler-user;
#brunch lineage_bacon-user; brunch lineage_bullhead-user;
#brunch lineage_d802-user; brunch lineage_bacon-user;
#brunch lineage_d852-user; brunch lineage_d802-user;
#brunch lineage_d855-user; brunch lineage_d852-user;
#brunch lineage_dragon-user; brunch lineage_d855-user;
#brunch lineage_ether-user; brunch lineage_dragon-user;
#brunch lineage_flo-user; brunch lineage_ether-user;
#brunch lineage_flounder-user; brunch lineage_flo-user;
#brunch lineage_FP2-user; brunch lineage_flounder-user;
#brunch lineage_fugu-user; brunch lineage_FP2-user;
#brunch lineage_griffin-user; brunch lineage_fugu-user;
#brunch lineage_h850-user; brunch lineage_griffin-user;
#brunch lineage_hammerhead-user; brunch lineage_h850-user;
#brunch lineage_klte-user; brunch lineage_hammerhead-user;
#brunch lineage_m8-user; brunch lineage_klte-user;
#brunch lineage_mako-user; brunch lineage_m8-user;
#brunch lineage_marlin-user; brunch lineage_mako-user;
#brunch lineage_sailfish-user; brunch lineage_marlin-user;
#brunch lineage_shamu-user; brunch lineage_sailfish-user;
#brunch lineage_us996-user; brunch lineage_shamu-user;
#brunch lineage_us997-user; brunch lineage_us996-user;
#brunch lineage_victara-user; #needs manual patching - fwb xml: fused: dangling tag brunch lineage_us997-user;
brunch lineage_victara-user; #needs manual patching - fwb xml: fused: dangling tag
fi;
} }
export -f buildAll; export -f buildAll;

View File

@ -68,14 +68,16 @@ buildAll() {
brunch lineage_victara-user; brunch lineage_victara-user;
#The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.) #The following are all superseded, and should only be enabled if the newer version is broken (not building/booting/etc.)
#brunch lineage_bacon-user; if [ "$DOS_BUILDALL_SUPERSEDED" = true ]; then
#brunch lineage_ether-user; brunch lineage_bacon-user;
#brunch lineage_griffin-user; brunch lineage_ether-user;
#brunch lineage_klte-user; brunch lineage_griffin-user;
#brunch lineage_mako-user; brunch lineage_klte-user;
#brunch lineage_marlin-user; brunch lineage_mako-user;
#brunch lineage_sailfish-user; brunch lineage_marlin-user;
#brunch lineage_shamu-user; brunch lineage_sailfish-user;
brunch lineage_shamu-user;
fi;
} }
export -f buildAll; export -f buildAll;

View File

@ -23,6 +23,7 @@ export DOS_SIGNING_KEYS=$DOS_WORKSPACE_ROOT"Signing_Keys";
#export DOS_BINARY_PATCHER=""; #export DOS_BINARY_PATCHER="";
#export DOS_TOR_WRAPPER="torsocks"; #Uncomment to perform select build operations over Tor #export DOS_TOR_WRAPPER="torsocks"; #Uncomment to perform select build operations over Tor
export DOS_BUILDALL_SUPERSEDED=false; #Set true to build superseded devices when running buildAll()
export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories
export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX
export DOS_DEBLOBBER_REMOVE_GRAPHICS=false; #Set true to remove all graphics blobs and use SwiftShader CPU renderer export DOS_DEBLOBBER_REMOVE_GRAPHICS=false; #Set true to remove all graphics blobs and use SwiftShader CPU renderer