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

Commit e80ec0c5 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "libutils: Enable LOCAL_SANITIZE := integer"

parents 93b9e865 4d587f2f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ LOCAL_SHARED_LIBRARIES := \
        libdl

LOCAL_MODULE := libutils
LOCAL_CLANG := true
LOCAL_SANITIZE := integer
include $(BUILD_STATIC_LIBRARY)

# For the device, shared
@@ -106,6 +108,8 @@ LOCAL_SHARED_LIBRARIES := \
        liblog
LOCAL_CFLAGS := -Werror

LOCAL_CLANG := true
LOCAL_SANITIZE := integer
include $(BUILD_SHARED_LIBRARY)