mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-31 20:24:19 -04:00
Minor changes
15.1: Disabled devices with working 16.0 16.0: Build fixes 16.0: mako: don't touch partitions sizes
This commit is contained in:
parent
7945ed0e10
commit
39bb65e181
3 changed files with 8 additions and 3 deletions
|
@ -48,9 +48,7 @@ export -f buildDeviceDebug;
|
|||
|
||||
buildAll() {
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
brunch lineage_mako-user;
|
||||
brunch lineage_d852-user;
|
||||
brunch lineage_bacon-user;
|
||||
brunch lineage_angler-user;
|
||||
brunch lineage_bullhead-user;
|
||||
brunch lineage_d802-user;
|
||||
|
@ -74,6 +72,10 @@ buildAll() {
|
|||
brunch lineage_us996-user;
|
||||
brunch lineage_us997-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.)
|
||||
#brunch lineage_bacon-user;
|
||||
#brunch lineage_mako-user;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue