summaryrefslogtreecommitdiff
path: root/voice_processing
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2016-03-03 16:54:51 -0800
committerAndy Hung <hunga@google.com>2016-03-18 11:17:24 -0700
commitd29d78d78c15db4d61dde48b0b9fe74ec2b3aa3c (patch)
tree77f2e57258a0ddcab2e139e73a9220c6046c7022 /voice_processing
parentb6c228e4d331ee5d7a08d622ded162cbfd258bb4 (diff)
downloadbullhead-d29d78d78c15db4d61dde48b0b9fe74ec2b3aa3c.tar.gz
Update audio services for 64 bit compilation
Bug: 27479136 Change-Id: I76555b23a69e023a28797438bf4087a95ef2906d
Diffstat (limited to 'voice_processing')
-rw-r--r--voice_processing/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/voice_processing/Android.mk b/voice_processing/Android.mk
index b08d932..9445d2a 100644
--- a/voice_processing/Android.mk
+++ b/voice_processing/Android.mk
@@ -24,9 +24,9 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES += \
$(call include-path-for, audio-effects)
-LOCAL_MODULE := libqcomvoiceprocessingdescriptors
+LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
-LOCAL_32_BIT_ONLY := true
+LOCAL_MODULE := libqcomvoiceprocessingdescriptors
LOCAL_MODULE_RELATIVE_PATH := soundfx
@@ -34,4 +34,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-endif \ No newline at end of file
+endif