mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-05-06 08:24:57 -04:00
Disable IMS stack
This commit is contained in:
parent
2a0352ba1c
commit
e58ba3e9b2
6 changed files with 13 additions and 14 deletions
|
@ -250,6 +250,7 @@ processRelease() {
|
|||
cp -v $OUT_DIR/$PREFIX-ota.zip* $ARCHIVE/;
|
||||
cp -v $OUT_DIR/$PREFIX-incremental_*.zip* $ARCHIVE/incrementals/ || true;
|
||||
cp -v $OUT_DIR/$PREFIX-recovery.img $ARCHIVE/ || true;
|
||||
sync;
|
||||
|
||||
#Remove to make space for next build
|
||||
if [ "$DOS_REMOVE_AFTER" = true ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue