Skip to content
Snippets Groups Projects
Commit f632e7c2 authored by Lubin Yin's avatar Lubin Yin
Browse files

libaac: disable compiler optimization

Disable compiler optimization to avoid error in WFD source aac encoding.

Change-Id: I725a73c6c4f572d8f07e2aeb88292b85d68aa153
parent b97ea6c7
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ LOCAL_STATIC_LIBRARIES := libFraunhoferAAC
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac
LOCAL_CFLAGS += -O0
LOCAL_SANITIZE := integer_overflow
include $(BUILD_SHARED_LIBRARY)
......@@ -37,6 +38,7 @@ LOCAL_VENDOR_MODULE := true
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac_vendor
LOCAL_CFLAGS += -O0
LOCAL_SANITIZE := integer_overflow
include $(BUILD_SHARED_LIBRARY)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment