summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-07-07 22:47:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-07-07 22:47:56 +0000
commitd2026c3c1e0227ba05bf649feb91d62aa921bb79 (patch)
treebf55b58ceafe330c61f439a270fdccf61823655e
parent9acd99505363a31cfc657ee5e2daa4c919fa5705 (diff)
parentee7cf40c0126daf863b002d44cec9426cd0eba0d (diff)
downloadlibhardware-d2026c3c1e0227ba05bf649feb91d62aa921bb79.tar.gz
Merge "Make audio_remote_submix build with the VNDK."
-rw-r--r--modules/audio_remote_submix/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/audio_remote_submix/Android.mk b/modules/audio_remote_submix/Android.mk
index 27c77957..2f59f3a2 100644
--- a/modules/audio_remote_submix/Android.mk
+++ b/modules/audio_remote_submix/Android.mk
@@ -25,7 +25,7 @@ LOCAL_C_INCLUDES += \
frameworks/av/include/ \
frameworks/native/include/ \
$(call include-path-for, audio-utils)
-LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
+LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio_mono
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter