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

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

Merge "Enable fsanitize unsigned-integer-overflow in soft FLAC encoder." am: d03078bc

am: f1a3aa63

* commit 'f1a3aa63':
  Enable fsanitize unsigned-integer-overflow in soft FLAC encoder.
parents 11999d96 f1a3aa63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ LOCAL_C_INCLUDES := \

LOCAL_CFLAGS += -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow
LOCAL_SANITIZE := signed-integer-overflow unsigned-integer-overflow

LOCAL_SHARED_LIBRARIES := \
        libstagefright libstagefright_omx libstagefright_foundation libutils liblog