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

Commit 4201d687 authored by Dan Austin's avatar Dan Austin
Browse files

Enable signed-integer-overflow in rtsp

BUG: 23752600
Change-Id: Ia74283e8cb74f4943d9ffc3561523e4deea6d7a6
parent f49f5d1f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ ifeq ($(TARGET_ARCH),arm)
endif

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

LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

@@ -55,6 +57,8 @@ LOCAL_C_INCLUDES:= \
	$(TOP)/frameworks/native/include/media/openmax

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

LOCAL_MODULE_TAGS := optional