enable integer sanitizer for sdcard service

The previous false positive fix (df9c4a01) is enough to pass tests, and
it doesn't appear that there are any remaining issues.

Change-Id: Ib9812f1201ff0cd2ae8c8371737754fc328765b5
This commit is contained in:
Daniel Micay 2016-05-05 16:01:49 -04:00
parent 09167c2f5c
commit 83c0c7b2ab
1 changed files with 3 additions and 0 deletions

View File

@ -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)