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

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

Merge "Enable fsanitize signed-integer-overflow in AVC soft encoder"

parents 2d772fd4 dd7610b3
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)