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

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

Merge "Enable fsanitize signed-integer-overflow in Soft MPEG2 decoder" am: 571590fd

am: 0f7c7fb8

* commit '0f7c7fb8':
  Enable fsanitize signed-integer-overflow in Soft MPEG2 decoder
parents 78b0170c 0f7c7fb8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@ LOCAL_SHARED_LIBRARIES += libutils
LOCAL_SHARED_LIBRARIES  += liblog

LOCAL_LDFLAGS := -Wl,-Bsymbolic
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow

include $(BUILD_SHARED_LIBRARY)