Disable IMS stack

This commit is contained in:
Tad 2020-05-02 22:29:23 -04:00
parent 2a0352ba1c
commit e58ba3e9b2
6 changed files with 13 additions and 14 deletions

View file

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