summaryrefslogtreecommitdiff
path: root/modules/audio_remote_submix/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_remote_submix/Android.mk')
-rw-r--r--modules/audio_remote_submix/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/audio_remote_submix/Android.mk b/modules/audio_remote_submix/Android.mk
index d718c76f..90da396f 100644
--- a/modules/audio_remote_submix/Android.mk
+++ b/modules/audio_remote_submix/Android.mk
@@ -26,6 +26,7 @@ LOCAL_C_INCLUDES += \
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE_TAGS := optional
-LOCAL_32_BIT_ONLY := true
+LOCAL_CFLAGS := -Wno-unused-parameter
+
include $(BUILD_SHARED_LIBRARY)