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

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

Enable fsanitize signed-integer-overflow in AVC soft encoder

Bug: 23752600
Change-Id: I29a57d07e41bd63a81adf89f42f596c91f580eed
parent b1d28b20
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -23,6 +23,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)