commit | a86c809bff463ae1d782dcaa1c45d1acea5f34d3 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Tue May 15 00:27:46 2012 -0700 |
committer | James Dong <jdong@google.com> | Wed May 16 01:03:45 2012 -0700 |
tree | b67c548b15268ca9cbb6c242d98f012d2f487914 | |
parent | 62999949c58ae18784a6061d83e4f2b78dbc3465 [diff] |
Remove libvideoeditor_jni.so's dependency on static libs in video editor engine related-to-bug: 6502980 Change-Id: I9cbbf44eb53c406263df4003cc3de2af4d239180
diff --git a/libvideoeditor/osal/src/Android.mk b/libvideoeditor/osal/src/Android.mk index 5415e96..b73b9ae 100755 --- a/libvideoeditor/osal/src/Android.mk +++ b/libvideoeditor/osal/src/Android.mk
@@ -63,5 +63,5 @@ -DUSE_STAGEFRIGHT_READERS \ -DUSE_STAGEFRIGHT_3GPP_READER -include $(BUILD_STATIC_LIBRARY) +include $(BUILD_SHARED_LIBRARY)