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

Commit 34e4fb2a authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Audio: Do not sanitize android.hardware.audio@2.0-service

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
parent da1d79bf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,4 +55,7 @@ else
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
endif

# b/117506164
LOCAL_SANITIZE := never

include $(BUILD_EXECUTABLE)