]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commitdiff
Audio: Do not sanitize android.hardware.audio@2.0-service
authorAndreas Gampe <agampe@google.com>
Thu, 11 Oct 2018 03:26:39 +0000 (20:26 -0700)
committerAndreas 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

audio/common/all-versions/default/service/Android.mk

index 43d7fe19c52ffbc95ec812b0beaa827f28e6503f..e48a2a5f667e85069a592747e437e3b06f4d17aa 100644 (file)
@@ -55,4 +55,7 @@ else
 LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
 endif
 
+# b/117506164
+LOCAL_SANITIZE := never
+
 include $(BUILD_EXECUTABLE)