summaryrefslogtreecommitdiffstats
path: root/modules/audio_remote_submix
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2014-03-14 10:02:57 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-14 10:02:57 +0000
commitb52fedf634d5afcd87d0bea1b7eae0e1b6597e7c (patch)
tree64d1075e3c9dccd9085ed1d8cb2071a8653071b5 /modules/audio_remote_submix
parentfbc7c62c612b7f1b736186a162434ea3e44103f5 (diff)
parent9f7332d442bf57a77820229703b8f0ae7527101e (diff)
downloadhardware_libhardware-b52fedf634d5afcd87d0bea1b7eae0e1b6597e7c.zip
hardware_libhardware-b52fedf634d5afcd87d0bea1b7eae0e1b6597e7c.tar.gz
hardware_libhardware-b52fedf634d5afcd87d0bea1b7eae0e1b6597e7c.tar.bz2
am 9f7332d4: am 5106ad0c: Merge "Audio HALs are 32-bit only"
* commit '9f7332d442bf57a77820229703b8f0ae7527101e': 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)