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

Commit 6b043757 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by Gerrit Code Review
Browse files

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

parents 619e79a2 ed40f45d
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
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
@@ -14,7 +14,7 @@ LOCAL_C_INCLUDES:= \

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

LOCAL_SHARED_LIBRARIES := \
        libbinder \