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

libaac: enable integer overflow sanitization

Change-Id: I5a31467b1341dd7f5ddcc08b7f6edbf472df3da4
parent 3f623975
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ LOCAL_STATIC_LIBRARIES := libFraunhoferAAC
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac
LOCAL_SANITIZE := integer_overflow
include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
......@@ -37,4 +38,5 @@ LOCAL_VENDOR_MODULE := true
LOCAL_32_BIT_ONLY := true
LOCAL_MODULE := libwfdaac_vendor
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