diff options
-rw-r--r-- | BoardConfig.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 90c2992..ac0d8b8 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -35,6 +35,11 @@ BOARD_VENDOR := zuk # Use Snapdragon LLVM, if available TARGET_USE_SDCLANG := true +# Bootanimaion +TARGET_BOOTANIMATION_MULTITHREAD_DECODE := true +TARGET_BOOTANIMATION_PRELOAD := true +TARGET_BOOTANIMATION_TEXTURE_CACHE := true + # Bootloader TARGET_BOOTLOADER_BOARD_NAME := msm8996 TARGET_NO_BOOTLOADER := true |