summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/src
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/vss/src
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/vss/src')
-rwxr-xr-xlibvideoeditor/vss/src/Android.mk23
1 files changed, 17 insertions, 6 deletions
diff --git a/libvideoeditor/vss/src/Android.mk b/libvideoeditor/vss/src/Android.mk
index 7d9cd9d..cda7a83 100755
--- a/libvideoeditor/vss/src/Android.mk
+++ b/libvideoeditor/vss/src/Android.mk
@@ -52,14 +52,25 @@ LOCAL_SRC_FILES:= \
LOCAL_MODULE_TAGS := optional
-LOCAL_SHARED_LIBRARIES := libcutils libutils libaudioutils
+LOCAL_SHARED_LIBRARIES := \
+ libaudioflinger \
+ libaudioutils \
+ libbinder \
+ libcutils \
+ libmedia \
+ libstagefright \
+ libstagefright_foundation \
+ libstagefright_omx \
+ libutils \
+ libvideoeditor_osal \
+ libvideoeditor_videofilters \
+ libvideoeditorplayer \
LOCAL_STATIC_LIBRARIES := \
- libvideoeditor_osal \
- libvideoeditor_3gpwriter \
+ libstagefright_color_conversion \
libvideoeditor_mcs \
- libvideoeditor_videofilters \
- libvideoeditor_stagefrightshells
+ libvideoeditor_stagefrightshells \
+ libvideoeditor_3gpwriter \
LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/libvideoeditor/osal/inc \
@@ -84,5 +95,5 @@ LOCAL_CFLAGS += -Wno-multichar \
-DM4xVSS_RESERVED_MOOV_DISK_SPACEno \
-DDECODE_GIF_ON_SAVING
-include $(BUILD_STATIC_LIBRARY)
+include $(BUILD_SHARED_LIBRARY)