Merge "Audio: Do not sanitize android.hardware.audio@2.0-service" am: f06fb17cd7 am: 52be9f0549

am: a809e7a975

Change-Id: Idaccedb06611510a843819c6c139d4fcc24e0554
This commit is contained in:
Andreas Gampe 2018-10-11 18:31:55 -07:00 committed by android-build-merger
commit 3f2cae78fa

View file

@ -57,4 +57,7 @@ else
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
endif
# b/117506164
LOCAL_SANITIZE := never
include $(BUILD_EXECUTABLE)