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

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

am b1d28b20: Merge "Enable fsanitize unsigned-integer-overflow in AAC encoder"

* commit 'b1d28b20':
  Enable fsanitize unsigned-integer-overflow in AAC encoder
parents 471f00ef b1d28b20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ endif

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

include $(BUILD_STATIC_LIBRARY)