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

Commit 152cbce0 authored by Chad Brubaker's avatar Chad Brubaker Committed by Android (Google) Code Review
Browse files

Merge "Enable fsanitize unsigned-integer-overflow in omx"

parents 0adc442a ebe84f07
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)