mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04:00
16.0: More bringup
This commit is contained in:
parent
23056ddef0
commit
f5d99c938b
7 changed files with 152 additions and 10 deletions
|
@ -48,9 +48,11 @@ export -f buildDeviceDebug;
|
|||
|
||||
buildAll() {
|
||||
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
|
||||
brunch lineage_bacon-user;
|
||||
brunch lineage_klte-user;
|
||||
brunch lineage_shamu-user;
|
||||
#userdebug because 16.0 is littered with neverallows
|
||||
brunch lineage_bacon-userdebug;
|
||||
brunch lineage_griffin-userdebug;
|
||||
brunch lineage_klte-userdebug;
|
||||
brunch lineage_shamu-userdebug;
|
||||
}
|
||||
export -f buildAll;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue