mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-23 21:25:24 -04:00
Add an option to clobber after every run
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
58b53de17a
commit
51003bff5a
3 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,6 @@ scanWorkspaceForMalware() {
|
|||
export -f scanWorkspaceForMalware;
|
||||
|
||||
buildDevice() {
|
||||
pkill java && sleep 10; #XXX: ugly hack
|
||||
cd "$DOS_BUILD_BASE";
|
||||
export OTA_KEY_OVERRIDE_DIR="$DOS_SIGNING_KEYS/$1";
|
||||
breakfast "lineage_$1-user" && mka target-files-package otatools && processRelease $1 true $2;
|
||||
|
@ -45,7 +44,6 @@ buildDevice() {
|
|||
export -f buildDevice;
|
||||
|
||||
buildDeviceUserDebug() {
|
||||
pkill java && sleep 10; #XXX: ugly hack
|
||||
cd "$DOS_BUILD_BASE";
|
||||
export OTA_KEY_OVERRIDE_DIR="$DOS_SIGNING_KEYS/$1";
|
||||
breakfast "lineage_$1-userdebug" && mka target-files-package otatools && processRelease $1 true $2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue