summaryrefslogtreecommitdiffstats
path: root/modules/audio_remote_submix
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-13 18:19:04 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-13 18:19:04 +0000
commit9f7332d442bf57a77820229703b8f0ae7527101e (patch)
tree9651a8d900b9cfa66c677f9ddafa5c45ec23645c /modules/audio_remote_submix
parentcf39fcfc4b4ce944b840a7cc1df2244709b96093 (diff)
parent5106ad0c6e664a622d177d997d3ec7147ef1ae8f (diff)
downloadhardware_libhardware-9f7332d442bf57a77820229703b8f0ae7527101e.zip
hardware_libhardware-9f7332d442bf57a77820229703b8f0ae7527101e.tar.gz
hardware_libhardware-9f7332d442bf57a77820229703b8f0ae7527101e.tar.bz2
am 5106ad0c: Merge "Audio HALs are 32-bit only"
* commit '5106ad0c6e664a622d177d997d3ec7147ef1ae8f': Audio HALs are 32-bit only
Diffstat (limited to 'modules/audio_remote_submix')
-rw-r--r--modules/audio_remote_submix/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/audio_remote_submix/Android.mk b/modules/audio_remote_submix/Android.mk
index 50c8cb2..d718c76 100644
--- a/modules/audio_remote_submix/Android.mk
+++ b/modules/audio_remote_submix/Android.mk
@@ -26,5 +26,6 @@ LOCAL_C_INCLUDES += \
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE_TAGS := optional
+LOCAL_32_BIT_ONLY := true
include $(BUILD_SHARED_LIBRARY)