diff options
Diffstat (limited to 'libvideoeditor/lvpp/Android.mk')
-rwxr-xr-x | libvideoeditor/lvpp/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/Android.mk b/libvideoeditor/lvpp/Android.mk index fdcd316..e2d8417 100755 --- a/libvideoeditor/lvpp/Android.mk +++ b/libvideoeditor/lvpp/Android.mk @@ -49,6 +49,7 @@ LOCAL_STATIC_LIBRARIES := \ LOCAL_SHARED_LIBRARIES := \ + libaudioutils \ libbinder \ libutils \ libcutils \ @@ -65,6 +66,7 @@ LOCAL_SHARED_LIBRARIES := \ LOCAL_C_INCLUDES += \ + $(TOP)/system/media/audio_utils/include \ $(TOP)/frameworks/base/core/jni \ $(TOP)/frameworks/base/include \ $(TOP)/frameworks/base/include/media \ |