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

Commit 476398ab authored by Dan Austin's avatar Dan Austin Committed by Android Git Automerger
Browse files

am 0830bb16: Merge "Enable integer overflow sanitization in libinput."

* commit '0830bb16':
  Enable integer overflow sanitization in libinput.
parents 0ba3db9e 0830bb16
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,9 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES:= $(deviceSources)

LOCAL_CLANG := true
LOCAL_SANITIZE := integer

LOCAL_SHARED_LIBRARIES := \
	liblog \
	libcutils \