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

Commit c46b63fc authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

Merge "Enable fsanitize signed-integer-overflow in on2 soft H.264 decoder"

am: 0fa22e8f

* commit '0fa22e8f':
  Enable fsanitize signed-integer-overflow in on2 soft H.264 decoder
parents 2ded8a0d 0fa22e8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -97,6 +97,9 @@ ifeq ($(TARGET_ARCH),arm)
  endif
endif

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow

LOCAL_SHARED_LIBRARIES := \
	libstagefright libstagefright_omx libstagefright_foundation libutils liblog \