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

Commit 94aa9d87 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by Android Git Automerger
Browse files

am 6b043757: Merge "stagefright: Enable unsigned-integer-overflow for some projects"

* commit '6b043757':
  stagefright: Enable unsigned-integer-overflow for some projects
parents cc503471 6b043757
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -31,8 +31,7 @@ LOCAL_SHARED_LIBRARIES := \

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

LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow
LOCAL_MODULE:= libstagefright_foundation


+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 := signed-integer-overflow
LOCAL_SANITIZE := unsigned-integer-overflow signed-integer-overflow

LOCAL_SHARED_LIBRARIES := \
        libbinder \