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

Commit 34865805 authored by David Ng's avatar David Ng
Browse files

Switch to static NDK jpeg library

Remove dependency on platform jpeg shared library.

Change-Id: Ib4ec3d83a5e4a609c8ddf4609e0699aa43203097
parent 59f5e901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \
                    $(LOCAL_PATH)/src \
                    external/jpeg

LOCAL_SHARED_LIBRARIES := libjpeg
LOCAL_STATIC_LIBRARIES := libjpeg_static_ndk

LOCAL_SDK_VERSION   := 9
LOCAL_SDK_VERSION   := 17
LOCAL_ARM_MODE := arm

LOCAL_CFLAGS    += -ffast-math -O3 -funroll-loops