Merge "enable integer sanitizer for sdcard service"
This commit is contained in:
commit
532ab82e10
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue