Remove unsigned-integer-overflow signed-integer-overflow from sanitizer.
Sanitizer is picking on the protobuf generated code. Need to figure out why Disable them to unblock development first. Bug: 76117312 Test: manual Change-Id: I3f3a39dfe933f4c1b1cf4063d621392b66f0adea
This commit is contained in:
@@ -138,7 +138,7 @@ LOCAL_MODULE_CLASS := EXECUTABLES
|
||||
# Enable sanitizer on eng builds
|
||||
ifeq ($(TARGET_BUILD_VARIANT),eng)
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_SANITIZE := address unsigned-integer-overflow signed-integer-overflow
|
||||
LOCAL_SANITIZE := address
|
||||
endif
|
||||
|
||||
LOCAL_INIT_RC := statsd.rc
|
||||
|
||||
Reference in New Issue
Block a user