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

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

Merge "Enable fsanitize signed-integer-overflow in G711 decoder" am: 5c7d8e2d am: ba07fec8

am: 439f8b6c

* commit '439f8b6c':
  Enable fsanitize signed-integer-overflow in G711 decoder
parents ce96da2a 439f8b6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -15,5 +15,7 @@ LOCAL_MODULE := libstagefright_soft_g711dec
LOCAL_MODULE_TAGS := optional

LOCAL_CFLAGS += -Werror
LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow

include $(BUILD_SHARED_LIBRARY)