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

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

Merge "Enable fsanitize signed-integer-overflow in Soft Opus decoder"

am: d67372dc

* commit 'd67372dc':
  Enable fsanitize signed-integer-overflow in Soft Opus decoder
parents d2ea9a50 d67372dc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ LOCAL_SHARED_LIBRARIES := \
        libopus libstagefright libstagefright_omx \
        libstagefright_foundation libutils liblog

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

LOCAL_MODULE := libstagefright_soft_opusdec
LOCAL_MODULE_TAGS := optional