Skip to content

Commit

Permalink
build: Delete zips all the time
Browse files Browse the repository at this point in the history
* Since we're splitting zips we need this

Signed-off-by: Jarl-Penguin <[email protected]>
  • Loading branch information
JarlPenguin committed Jun 27, 2023
1 parent b102d1c commit e3db1f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ if [ "${clean}" == "clean" ]; then
elif [ "${clean}" == "installclean" ]; then
m installclean -j$(nproc --all)
rm -rf out/target/product/"${device}"/obj/DTBO_OBJ
else
rm "${outdir}"/*.zip*
fi
rm -f "${outdir}"/*.zip*
m "${bacon}" -j$(nproc --all)
buildsuccessful="${?}"
BUILD_END=$(date +"%s")
Expand Down

0 comments on commit e3db1f8

Please sign in to comment.