summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da1d79b)
raw | patch | inline | side by side (parent: da1d79b)
author | Andreas Gampe <agampe@google.com> | |
Thu, 11 Oct 2018 03:26:39 +0000 (20:26 -0700) | ||
committer | Andreas Gampe <agampe@google.com> | |
Thu, 11 Oct 2018 03:26:39 +0000 (20:26 -0700) |
Until the underlying bug is fixed, do not produce a sanitized
binary.
Bug: 117506164
Bug: 117580200
Test: m && SANITIZE_TARGET=address m
Change-Id: I4e6d1206512513c687f7ae065d2974c55c617b61
binary.
Bug: 117506164
Bug: 117580200
Test: m && SANITIZE_TARGET=address m
Change-Id: I4e6d1206512513c687f7ae065d2974c55c617b61
audio/common/all-versions/default/service/Android.mk | patch | blob | history |
diff --git a/audio/common/all-versions/default/service/Android.mk b/audio/common/all-versions/default/service/Android.mk
index 43d7fe19c52ffbc95ec812b0beaa827f28e6503f..e48a2a5f667e85069a592747e437e3b06f4d17aa 100644 (file)
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
endif
+# b/117506164
+LOCAL_SANITIZE := never
+
include $(BUILD_EXECUTABLE)