Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
build: Bump Evolution X version to v7.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Jul 2, 2023
1 parent 6879c15 commit 1db6714
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ buildVndkliteVariant() {
generatePackages() {
echo "--> Generating packages"
buildDate="$(date +%Y%m%d)"
xz -cv $BD/system-treble_arm64_bvN.img -T0 > $BD/evolution_arm64-ab-7.9.3-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-vndklite.img -T0 > $BD/evolution_arm64-ab-vndklite-7.9.3-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-mini.img -T0 > $BD/evolution_arm64-ab-mini-7.9.3-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-pico.img -T0 > $BD/evolution_arm64-ab-pico-7.9.3-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN.img -T0 > $BD/evolution_arm64-ab-7.9.4-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-vndklite.img -T0 > $BD/evolution_arm64-ab-vndklite-7.9.4-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-mini.img -T0 > $BD/evolution_arm64-ab-mini-7.9.4-unofficial-$buildDate.img.xz
xz -cv $BD/system-treble_arm64_bvN-pico.img -T0 > $BD/evolution_arm64-ab-pico-7.9.4-unofficial-$buildDate.img.xz
rm -rf $BD/system-*.img
echo
}
Expand Down

0 comments on commit 1db6714

Please sign in to comment.