fifo: add dependency needed after re-implementation of MonoPipe
MonoPipe is being re-implemented on top of FIFO in audio_utils. Test: builds OK Change-Id: I42a30c5cc859150c3b9e2b23aad3c9c14c7c341a
This commit is contained in:
parent
67e82dfbab
commit
57eaa9bcd8
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ LOCAL_SRC_FILES := \
|
|||
audio_hw.cpp
|
||||
LOCAL_C_INCLUDES += \
|
||||
frameworks/av/include/ \
|
||||
frameworks/native/include/
|
||||
frameworks/native/include/ \
|
||||
$(call include-path-for, audio-utils)
|
||||
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
|
||||
LOCAL_STATIC_LIBRARIES := libmedia_helper
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
Loading…
Reference in a new issue