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

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

Merge "Enable fsanitize unsigned-integer-overflow in all parts of AAC...

Merge "Enable fsanitize unsigned-integer-overflow in all parts of AAC encoder." am: 34a2040f am: d0bdb58f
am: 20f85649

* commit '20f85649':
  Enable fsanitize unsigned-integer-overflow in all parts of AAC encoder.
parents 8ff247e1 20f85649
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ ifeq ($(AAC_LIBRARY), fraunhofer)

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

  LOCAL_STATIC_LIBRARIES := libFraunhoferAAC

@@ -138,7 +138,7 @@ else # visualon

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

  LOCAL_STATIC_LIBRARIES := \
          libstagefright_aacenc