mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-24 05:49:33 -04:00
Update CVE patchers
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
e2c499dd24
commit
e26908b9e0
29 changed files with 53 additions and 29 deletions
|
@ -39,7 +39,9 @@ export -f scanWorkspaceForMalware;
|
|||
buildDevice() {
|
||||
cd "$DOS_BUILD_BASE";
|
||||
export OTA_KEY_OVERRIDE_DIR="$DOS_SIGNING_KEYS/$1";
|
||||
pkill java && sleep 10; #XXX: ugly hack
|
||||
breakfast "lineage_$1-user" && mka target-files-package otatools && processRelease $1 true $2;
|
||||
pkill java && sleep 10; #XXX: ugly hack
|
||||
}
|
||||
export -f buildDevice;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue