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

Commit f73c329e authored by Chad Brubaker's avatar Chad Brubaker Committed by Android Git Automerger
Browse files

am 5e925e02: Merge "Enable integer overflow sanitization in libmedia"

* commit '5e925e02':
  Enable integer overflow sanitization in libmedia
parents 2e17dc2b 5e925e02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ LOCAL_C_INCLUDES := \

LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

include $(BUILD_SHARED_LIBRARY)