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

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

Merge "Enable fsanitize signed-integer-overflow in AVC soft decoder" am: 2333d238

am: 62dc295d

* commit '62dc295d':
  Enable fsanitize signed-integer-overflow in AVC soft decoder
parents b4349c3b 62dc295d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ LOCAL_SHARED_LIBRARIES += libstagefright_foundation
LOCAL_SHARED_LIBRARIES  += libutils
LOCAL_SHARED_LIBRARIES  += liblog

LOCAL_CLANG := true
LOCAL_SANITIZE := signed-integer-overflow

LOCAL_LDFLAGS := -Wl,-Bsymbolic

include $(BUILD_SHARED_LIBRARY)