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

Commit c20c08fb 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

* commit '1e08dd95':
  Enable fsanitize signed-integer-overflow in Soft Opus decoder
parents 5704e218 1e08dd95
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