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

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

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

* commit '476398ab':
  Enable integer overflow sanitization in libinput.
parents 4cf79dbb 476398ab
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 \