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:
parent
09167c2f5c
commit
83c0c7b2ab
|
@ -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 New Issue