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

Commit e271ed49 authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

Merge "Enable fsanitize signed-integer-overflow in FLAC encoder"

parents 6c4cf7fb 0186438d
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -10,6 +10,8 @@ LOCAL_C_INCLUDES := \
        external/flac/include
        external/flac/include


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


LOCAL_SHARED_LIBRARIES := \
LOCAL_SHARED_LIBRARIES := \
        libstagefright libstagefright_omx libstagefright_foundation libutils liblog
        libstagefright libstagefright_omx libstagefright_foundation libutils liblog