summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/mcs/src/Android.mk
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/vss/mcs/src/Android.mk
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/vss/mcs/src/Android.mk')
-rwxr-xr-xlibvideoeditor/vss/mcs/src/Android.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/libvideoeditor/vss/mcs/src/Android.mk b/libvideoeditor/vss/mcs/src/Android.mk
index 37986b9..b470e6b 100755
--- a/libvideoeditor/vss/mcs/src/Android.mk
+++ b/libvideoeditor/vss/mcs/src/Android.mk
@@ -33,10 +33,10 @@ LOCAL_SRC_FILES:= \
LOCAL_MODULE_TAGS := optional
-LOCAL_SHARED_LIBRARIES := libcutils libutils
-
-LOCAL_STATIC_LIBRARIES := \
- libvideoeditor_osal
+LOCAL_SHARED_LIBRARIES := \
+ libcutils \
+ libutils \
+ libvideoeditor_osal \
LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/libvideoeditor/osal/inc \