Skip to content

Commit

Permalink
changed to ImbrogliOS
Browse files Browse the repository at this point in the history
  • Loading branch information
imbroglius authored Jul 8, 2024
1 parent 0667942 commit d545d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "--------------------------------------"
echo " AOSP 14.0 Buildbot "
echo " by "
echo " ponces "
echo " tuned for Redmi13C "
echo " ImbrogliOS "
echo " by Imbroglius "
echo "--------------------------------------"
echo
Expand Down Expand Up @@ -110,7 +110,7 @@ generatePackages() {
[[ "$filename" == *"_a64"* ]] && arch="arm32_binder64" || arch="arm64"
[[ "$filename" == *"_bvN"* ]] && variant="vanilla" || variant="gapps"
[[ "$filename" == *"-vndklite"* ]] && vndk="-vndklite" || vndk=""
name="Redmi13C_aosp-${arch}-ab-${variant}${vndk}-14.0-$buildDate"
name="ImbrogliOS_aosp-${arch}-ab-${variant}${vndk}-14.0-$buildDate"
xz -cv "$file" -T0 > $BD/"$name".img.xz
done
rm -rf $BD/system-*.img
Expand All @@ -123,7 +123,7 @@ generateOta() {
buildDate="$(date +%Y%m%d)"
timestamp="$START"
json="{\"version\": \"$version\",\"date\": \"$timestamp\",\"variants\": ["
find $BD/ -name "Redmi13C_aosp-*-14.0-$buildDate.img.xz" | sort | {
find $BD/ -name "ImbrogliOS_aosp-*-14.0-$buildDate.img.xz" | sort | {
while read file; do
filename="$(basename $file)"
[[ "$filename" == *"-arm32"* ]] && arch="a64" || arch="arm64"
Expand Down

0 comments on commit d545d97

Please sign in to comment.