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

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

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

* commit 'c3af99f4':
  Enable integer overflow sanitization in libinput.
parents 40dceaf1 c3af99f4
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 \