summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-17 17:29:21 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-11-17 17:36:18 +0100
commite3da0adc55f0e71633ff718f7be0b5c247c326bd (patch)
treea325d3003c184373fbd273f1c3e915f9c76c05c5
parent046d4abbad577807820cd1ac0a623684291a95c4 (diff)
downloaddevice_samsung_midas_common-e3da0adc55f0e71633ff718f7be0b5c247c326bd.tar.gz
device_samsung_midas_common-e3da0adc55f0e71633ff718f7be0b5c247c326bd.tar.bz2
device_samsung_midas_common-e3da0adc55f0e71633ff718f7be0b5c247c326bd.zip
Ship bootanimation zip file
I tried to generate the zip files from within the Android.mk build system with LOCAL_GENERATED_SOURCES like external/mesa3d did but I didn't manage to make that work for generating zip files that had to be shipped in system/media/. Since we now have tests that produce these zip files in vendor/replicant/artwork, and that the produced files are bit identical to the zip files used for comparison in the tests, I used these test files instead. So even if they are not built from the Android build system, we can still manually audit the zip files if needed by runnig the tests with 'make check' in vendor/replicant/artwork. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--midas.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/midas.mk b/midas.mk
index a7fae59..eeb748f 100644
--- a/midas.mk
+++ b/midas.mk
@@ -66,6 +66,7 @@ PRODUCT_COPY_FILES += \
########
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/init.midas.rc:root/init.midas.rc \
+ vendor/replicant/artwork/tests/data/vertical-720x1280.zip:system/media/bootanimation.zip \
############################
# Codecs (audio and video) #