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

Commit 3ce721d1 authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

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

* commit '471f00ef':
  Enable fsanitize unsigned-integer-overflow in AAC decoder
parents f4371c8e 471f00ef
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