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

Commit ebe84f07 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Enable fsanitize unsigned-integer-overflow in omx

Bug: 23110888
Change-Id: Ifa159e1b87ae627584516d84a36dc3bc88fad5c9
parent 6325a738
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= libstagefright_omx
LOCAL_CFLAGS += -Werror -Wall
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow

include $(BUILD_SHARED_LIBRARY)