summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/osal
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-05-15 00:27:46 -0700
committerJames Dong <jdong@google.com>2012-05-16 01:03:45 -0700
commita86c809bff463ae1d782dcaa1c45d1acea5f34d3 (patch)
treeb67c548b15268ca9cbb6c242d98f012d2f487914 /libvideoeditor/osal
parent62999949c58ae18784a6061d83e4f2b78dbc3465 (diff)
downloadframeworks_av-a86c809bff463ae1d782dcaa1c45d1acea5f34d3.zip
frameworks_av-a86c809bff463ae1d782dcaa1c45d1acea5f34d3.tar.gz
frameworks_av-a86c809bff463ae1d782dcaa1c45d1acea5f34d3.tar.bz2
Remove libvideoeditor_jni.so's dependency on static libs in video editor engine
related-to-bug: 6502980 Change-Id: I9cbbf44eb53c406263df4003cc3de2af4d239180
Diffstat (limited to 'libvideoeditor/osal')
-rwxr-xr-xlibvideoeditor/osal/src/Android.mk2
1 files changed, 1 insertions, 1 deletions
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 @@ LOCAL_CFLAGS += -Wno-multichar \
-DUSE_STAGEFRIGHT_READERS \
-DUSE_STAGEFRIGHT_3GPP_READER
-include $(BUILD_STATIC_LIBRARY)
+include $(BUILD_SHARED_LIBRARY)