Update CVE patchers

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-03-31 21:03:13 -04:00
parent e2c499dd24
commit e26908b9e0
29 changed files with 53 additions and 29 deletions

View file

@ -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;