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-15 02:33:34 -0700
commit1af1f6a60b9fa217b6809e767babf1ce8a2e95c9 (patch)
tree97330ed9dff522b58ad5322f2696a1bc62bce434 /libvideoeditor/osal
parent2986460984580833161bdaabc7f17da1005a8961 (diff)
downloadframeworks_av-1af1f6a60b9fa217b6809e767babf1ce8a2e95c9.zip
frameworks_av-1af1f6a60b9fa217b6809e767babf1ce8a2e95c9.tar.gz
frameworks_av-1af1f6a60b9fa217b6809e767babf1ce8a2e95c9.tar.bz2
Remove libvideoeditor_jni.so's dependency on static libs in video editor engine
related-to-bug: 6328360 Change-Id: I36324820c7e72fedd8c4caf1b03443a4f7cec37f
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)