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

Commit 09baae86 authored by Eric Laurent's avatar Eric Laurent
Browse files

Revert "Disable integer sanitization for amrwbenc"

This reverts commit be773c3a.

Reverting while investigating regression in AMR-WB encoding.

Bug: 26416048
Change-Id: I17d3b8a975770c6b5778610c1ff7928fce598e21
parent 987f9532
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ LOCAL_C_INCLUDES := \

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

include $(BUILD_STATIC_LIBRARY)

@@ -120,7 +120,7 @@ LOCAL_C_INCLUDES := \

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

LOCAL_STATIC_LIBRARIES := \
        libstagefright_amrwbenc