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

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

Merge "enable integer sanitizer for sdcard service"

parents f3430401 83c0c7b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,4 +7,7 @@ LOCAL_MODULE := sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
LOCAL_SHARED_LIBRARIES := liblog libcutils libpackagelistparser

LOCAL_SANITIZE := integer
LOCAL_CLANG := true

include $(BUILD_EXECUTABLE)