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

Commit a47eb0f0 authored by Dan Austin's avatar Dan Austin
Browse files

Enable fsanitize signed-integer-overflow in AVC soft decoder

Bug: 23752600
Change-Id: I401b186e7b3de613fa91d9ed8bebf0e4500c77b3
parent dd7610b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ LOCAL_SHARED_LIBRARIES += libstagefright_foundation
LOCAL_SHARED_LIBRARIES  += libutils
LOCAL_SHARED_LIBRARIES  += liblog

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow

LOCAL_LDFLAGS := -Wl,-Bsymbolic

include $(BUILD_SHARED_LIBRARY)