summaryrefslogtreecommitdiffstats
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.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 735215e..5f54902 100644
--- a/modules/audio_remote_submix/Android.mk
+++ b/modules/audio_remote_submix/Android.mk
@@ -24,6 +24,7 @@ LOCAL_C_INCLUDES += \
frameworks/av/include/ \
frameworks/native/include/
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
+LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)