mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-08 17:35:02 -04:00
17.1: add surnia + other changes
- 17.1: fixup invalid line in marlin from deblobber - 18.1: fixup audiofx removal - all: change repo sync to 8 threads from 20, for google HTTP 429 error Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
792cb89ed7
commit
043b194210
9 changed files with 13 additions and 7 deletions
|
@ -24,7 +24,7 @@ export -f patchAllKernels;
|
|||
|
||||
resetWorkspace() {
|
||||
umask 0022;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j20 --force-sync;
|
||||
repo forall -c 'git add -A && git reset --hard' && rm -rf out && repo sync -j8 --force-sync;
|
||||
}
|
||||
export -f resetWorkspace;
|
||||
|
||||
|
@ -57,6 +57,7 @@ buildAll() {
|
|||
#SD410
|
||||
buildDevice crackling;
|
||||
buildDevice osprey;
|
||||
buildDevice surnia;
|
||||
#SD801
|
||||
buildDevice m8; #18.1 has issues?
|
||||
#SD808
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue