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

Commit 3f0c878e authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

am b0409099: am 6cc8d71b: am 38711b52: Merge "Enable fsanitize signed-integer-overflow in mpeg2ts"

* commit 'b0409099':
  Enable fsanitize signed-integer-overflow in mpeg2ts
parents b356a375 b0409099
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ LOCAL_C_INCLUDES:= \

LOCAL_CFLAGS += -Werror -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

LOCAL_MODULE:= libstagefright_mpeg2ts