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

Commit 1e0f2cc9 authored by Dan Pasanen's avatar Dan Pasanen Committed by Gerrit Code Review
Browse files

bootanimation: enable multithread decode by default

Change-Id: Icb17f58a1165b697465a8e3b780c54ff7784c9c6
parent 81e247a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ LOCAL_SHARED_LIBRARIES := \
    libtinyalsa \
    libregionalization

ifeq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),true)
ifneq ($(TARGET_BOOTANIMATION_MULTITHREAD_DECODE),false)
    LOCAL_CFLAGS += -DMULTITHREAD_DECODE
endif