mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-05 05:18:56 -04:00
Many changes
- processRelease: Support AVB - sort device build order by SoC Additions: - taimen/muskie: 15.1, 16.0 - crosshatch/blueline: 16.0 - bonito/sargo: 16.0
This commit is contained in:
parent
1bd0e47099
commit
db572efa89
19 changed files with 688 additions and 84 deletions
|
@ -35,7 +35,7 @@ scanWorkspaceForMalware() {
|
|||
export -f scanWorkspaceForMalware;
|
||||
|
||||
buildDevice() {
|
||||
brunch "cm_$1-user" && processRelease $1 false false;
|
||||
brunch "cm_$1-user" && processRelease $1 false;
|
||||
}
|
||||
export -f buildDevice;
|
||||
|
||||
|
@ -48,7 +48,7 @@ export -f buildDeviceDebug;
|
|||
buildAll() {
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
if [ "$DOS_OPTIMIZE_IMAGES" = true ]; then optimizeImagesRecursive "$DOS_BUILD_BASE"; fi;
|
||||
brunch lineage_nex-user && processRelease nex false false;
|
||||
brunch lineage_nex-user && processRelease nex false;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue