Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e035b9ab authored by Asher Simonds's avatar Asher Simonds Committed by Dan Pasanen
Browse files

vendor: lineage boot animation

Change-Id: Iff2087eb97aee5e586eecf3898f0066d99bc885c
parent ffdd0dc1
Loading
Loading
Loading
Loading
−1.09 MiB (5.17 MiB)

File changed.

No diff preview for this file type.

+10 −7
Original line number Diff line number Diff line
@@ -6,18 +6,21 @@ HALF_RES="$3"
OUT="$ANDROID_PRODUCT_OUT/obj/BOOTANIMATION"

if [ "$HEIGHT" -lt "$WIDTH" ]; then
    SIZE="$HEIGHT"
    IMAGEWIDTH="$HEIGHT"
else
    SIZE="$WIDTH"
    IMAGEWIDTH="$WIDTH"
fi

IMAGESCALEWIDTH="$IMAGEWIDTH"
IMAGESCALEHEIGHT=$(expr $IMAGESCALEWIDTH / 3)

if [ "$HALF_RES" = "true" ]; then
    IMAGESIZE=$(expr $SIZE / 2)
else
    IMAGESIZE="$SIZE"
    IMAGEWIDTH=$(expr $IMAGEWIDTH / 2)
fi

RESOLUTION=""$IMAGESIZE"x"$IMAGESIZE""
IMAGEHEIGHT=$(expr $IMAGEWIDTH / 3)

RESOLUTION=""$IMAGEWIDTH"x"$IMAGEHEIGHT""

for part_cnt in 0 1 2
do
@@ -26,7 +29,7 @@ done
tar xfp "vendor/cm/bootanimation/bootanimation.tar" --to-command="convert - -resize '$RESOLUTION' \"png8:$OUT/bootanimation/\$TAR_FILENAME\""

# Create desc.txt
echo "$SIZE" "$SIZE" 30 > "$OUT/bootanimation/desc.txt"
echo "$IMAGESCALEWIDTH $IMAGESCALEHEIGHT" 30 > "$OUT/bootanimation/desc.txt"
cat "vendor/cm/bootanimation/desc.txt" >> "$OUT/bootanimation/desc.txt"

# Create bootanimation.zip
+2 −2
Original line number Diff line number Diff line
@@ -93,8 +93,8 @@ include vendor/cm/config/cmsdk_common.mk
endif

# Bootanimation
#PRODUCT_PACKAGES += \
#    bootanimation.zip
PRODUCT_PACKAGES += \
    bootanimation.zip

# Required CM packages
PRODUCT_PACKAGES += \