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

Commit 2b320e2c 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

am: e5e386f7

* commit 'e5e386f7':
  Enable fsanitize signed-integer-overflow in AVC soft decoder
parents a78f4057 e5e386f7
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)