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:
Yao Chen
2018-03-21 16:38:26 -07:00
parent 86259365d4
commit 461a75f269

View File

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