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

Commit 6e315118 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable ASAN on statsd"

parents 4ed6cb0f 2cc4b4ad
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -146,10 +146,10 @@ LOCAL_SHARED_LIBRARIES := $(statsd_common_shared_libraries) \
LOCAL_MODULE_CLASS := EXECUTABLES

# Enable sanitizer ONLY on eng builds.
ifeq ($(TARGET_BUILD_VARIANT),eng)
    LOCAL_CLANG := true
    LOCAL_SANITIZE := address
endif
#ifeq ($(TARGET_BUILD_VARIANT),eng)
#    LOCAL_CLANG := true
#    LOCAL_SANITIZE := address
#endif

# Add a flag to enable stats log printing from statsd on debug builds.
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))