20.0: It boots!

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-10-16 08:54:02 -04:00
parent 5b114cacf8
commit 4524eb43d3
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
5 changed files with 10 additions and 10 deletions

View file

@ -32,7 +32,7 @@ export -f scanWorkspaceForMalware;
buildDevice() {
cd "$DOS_BUILD_BASE";
export OTA_KEY_OVERRIDE_DIR="$DOS_SIGNING_KEYS/$1";
#export OTA_KEY_OVERRIDE_DIR="$DOS_SIGNING_KEYS/$1";
breakfast "lineage_$1-user" && mka target-files-package otatools && processRelease $1 true $2;
}
export -f buildDevice;