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

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

Merge "Enable fsanitize signed-integer-overflow in AVC common" am: b2350f2e am: 2872879d

am: 1274bd55

* commit '1274bd55':
  Enable fsanitize signed-integer-overflow in AVC common
parents 186fde62 1274bd55
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,5 +17,7 @@ LOCAL_C_INCLUDES := \
 	$(LOCAL_PATH)/include

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

include $(BUILD_SHARED_LIBRARY)