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

Commit 5664c0a9 authored by Chad Brubaker's avatar Chad Brubaker Committed by Gerrit Code Review
Browse files

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

parents 2c99211d 7c7094ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ LOCAL_SHARED_LIBRARIES := \
        libdl

LOCAL_MODULE:= libstagefright_omx
LOCAL_CLANG := true
LOCAL_SANITIZE := unsigned-integer-overflow

include $(BUILD_SHARED_LIBRARY)