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

Commit 4cfc1d17 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 am: 1e08dd95

am: c20c08fb

* commit 'c20c08fb':
  Enable fsanitize signed-integer-overflow in Soft Opus decoder
parents cd17e893 c20c08fb
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