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

Commit 7c7094ec authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Enable fsanitize unsigned-integer-overflow in omx

Bug: 23110888
Change-Id: Ifa159e1b87ae627584516d84a36dc3bc88fad5c9
(cherry picked from commit ebe84f07)
parent a398511c
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)