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

Commit 471f00ef authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

am 99c1f89b: Merge "Enable fsanitize unsigned-integer-overflow in AAC decoder"

* commit '99c1f89b':
  Enable fsanitize unsigned-integer-overflow in AAC decoder
parents a0f7d418 99c1f89b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ LOCAL_CFLAGS :=

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

LOCAL_STATIC_LIBRARIES := libFraunhoferAAC