Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 461a75f2 authored by Yao Chen's avatar Yao Chen
Browse files

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
parent 86259365
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -138,7 +138,7 @@ LOCAL_MODULE_CLASS := EXECUTABLES
# Enable sanitizer on eng builds
# Enable sanitizer on eng builds
ifeq ($(TARGET_BUILD_VARIANT),eng)
ifeq ($(TARGET_BUILD_VARIANT),eng)
    LOCAL_CLANG := true
    LOCAL_CLANG := true
    LOCAL_SANITIZE := address unsigned-integer-overflow signed-integer-overflow
    LOCAL_SANITIZE := address
endif
endif


LOCAL_INIT_RC := statsd.rc
LOCAL_INIT_RC := statsd.rc