summaryrefslogtreecommitdiff
path: root/voice_processing
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-12-06 17:46:25 -0800
committerSasha Smundak <asmundak@google.com>2019-12-09 09:41:56 -0800
commit9fb468145783e985f90db9b3b2888ba396a8f707 (patch)
tree01bbe2de62c038aa866af06c09e6b27675c71b60 /voice_processing
parent07e7c73ca2559191bace91e9abce89e5116f8f89 (diff)
downloadbramble-9fb468145783e985f90db9b3b2888ba396a8f707.tar.gz
Do not assign LOCAL_MULTILIB to AUDIOSERVER_MULTILIB
Bug: 121208203 Test: treehugger Change-Id: I394cc5da3556466d5a50cb7688bf20cc2615e378
Diffstat (limited to 'voice_processing')
-rw-r--r--voice_processing/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/voice_processing/Android.mk b/voice_processing/Android.mk
index 674881f..8883109 100644
--- a/voice_processing/Android.mk
+++ b/voice_processing/Android.mk
@@ -19,7 +19,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := voice_processing_descriptors.c
LOCAL_C_INCLUDES += $(call include-path-for, audio-effects)
LOCAL_HEADER_LIBRARIES := libhardware_headers
-LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MODULE := libqcomvoiceprocessingdescriptors
LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_MODULE_TAGS := optional