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

Commit 39a2ccd8 authored by Dan Austin's avatar Dan Austin
Browse files

Enable integer overflow detection in libmedia

This reverts commit 82352e71.

Change-Id: I6f8b4bfac5536e33b9094e86c3ed139404455b4a
parent 82352e71
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -83,6 +83,9 @@ LOCAL_C_INCLUDES := \
    $(call include-path-for, audio-effects) \
    $(call include-path-for, audio-utils)

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

include $(BUILD_SHARED_LIBRARY)

include $(CLEAR_VARS)