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

Commit b8b88337 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

am: c46b63fc

* commit 'c46b63fc':
  Enable fsanitize signed-integer-overflow in on2 soft H.264 decoder
parents 31eebbb0 c46b63fc
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 \