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

Commit 3543aa1f authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in AVC common

Bug: 23752600
Change-Id: Ia6b20fbc284d22aba8a8500c723191cc634814ab
parent 39eef27b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ LOCAL_C_INCLUDES := \
 	$(LOCAL_PATH)/include

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

include $(BUILD_SHARED_LIBRARY)