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

Commit b4349c3b authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

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

am: faef8c52

* commit 'faef8c52':
  Enable fsanitize signed-integer-overflow in AVC soft encoder
parents 9be95d67 faef8c52
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)