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

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

Merge "Enable fsanitize unsigned-integer-overflow in Soft VPX codec." am: aa7ce1c4

am: e371100e

* commit 'e371100e':
  Enable fsanitize unsigned-integer-overflow in Soft VPX codec.
parents cabb9123 e371100e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@ LOCAL_MODULE_TAGS := optional

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

include $(BUILD_SHARED_LIBRARY)
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ LOCAL_C_INCLUDES := \
        frameworks/native/include/media/openmax \

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

LOCAL_STATIC_LIBRARIES := \
        libvpx