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

Commit be773c3a authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Disable integer sanitization for amrwbenc

Integer sanitization causes too many false positives, and so far all
have been benign or intentional.

Change-Id: I3c40e478e3da31023a635f4ef212873c1fb644f3
parent 89a3d233
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ endif

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

include $(BUILD_STATIC_LIBRARY)

@@ -132,7 +132,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