From: Dario Trombello Date: Thu, 21 May 2020 21:04:57 +0000 (+0200) Subject: j7elte: Add boot animation configuration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12452abf2b6e343e1104c6f6ce60e05d09341fc5;p=GitHub%2FLineageOS%2Fandroid_device_samsung_j7elte.git j7elte: Add boot animation configuration --- diff --git a/device.mk b/device.mk index e9b3225..a26d714 100644 --- a/device.mk +++ b/device.mk @@ -23,6 +23,12 @@ PRODUCT_COPY_FILES += \ PRODUCT_PACKAGES += \ android.hardware.bluetooth@1.0-service +# Boot animation +TARGET_BOOTANIMATION_PRELOAD := true +TARGET_BOOTANIMATION_TEXTURE_CACHE := true +TARGET_SCREEN_HEIGHT := 1280 +TARGET_SCREEN_WIDTH := 720 + # GPS PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \