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

Commit 29b3555f authored by Dan Austin's avatar Dan Austin
Browse files

Enable integer overflow sanitization in libinput.

Bug: 24171356
Change-Id: I1412b78171c60b0252560956a672f2d92a7011e6
parent bffbd09f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,9 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES:= $(deviceSources)

LOCAL_CLANG := true
LOCAL_SANITIZE := integer

LOCAL_SHARED_LIBRARIES := \
	liblog \
	libcutils \