diff options
author | James Dong <jdong@google.com> | 2012-05-15 14:50:45 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2012-05-15 14:50:45 -0700 |
commit | 18793d77792e12f5f63e67f721bc238b6dc497a1 (patch) | |
tree | fd2a5c336e51be8e2516a27b9d6a9236e9b8b34d /libvideoeditor/vss/src | |
parent | 859c897b87593386d7c37ab844d4890aaa19bceb (diff) | |
download | frameworks_av-18793d77792e12f5f63e67f721bc238b6dc497a1.zip frameworks_av-18793d77792e12f5f63e67f721bc238b6dc497a1.tar.gz frameworks_av-18793d77792e12f5f63e67f721bc238b6dc497a1.tar.bz2 |
Revert "Remove libvideoeditor_jni.so's dependency on static libs in video editor engine"
This reverts commit 1af1f6a60b9fa217b6809e767babf1ce8a2e95c9.
Diffstat (limited to 'libvideoeditor/vss/src')
-rwxr-xr-x | libvideoeditor/vss/src/Android.mk | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/libvideoeditor/vss/src/Android.mk b/libvideoeditor/vss/src/Android.mk index cda7a83..7d9cd9d 100755 --- a/libvideoeditor/vss/src/Android.mk +++ b/libvideoeditor/vss/src/Android.mk @@ -52,25 +52,14 @@ LOCAL_SRC_FILES:= \ LOCAL_MODULE_TAGS := optional -LOCAL_SHARED_LIBRARIES := \ - libaudioflinger \ - libaudioutils \ - libbinder \ - libcutils \ - libmedia \ - libstagefright \ - libstagefright_foundation \ - libstagefright_omx \ - libutils \ - libvideoeditor_osal \ - libvideoeditor_videofilters \ - libvideoeditorplayer \ +LOCAL_SHARED_LIBRARIES := libcutils libutils libaudioutils LOCAL_STATIC_LIBRARIES := \ - libstagefright_color_conversion \ - libvideoeditor_mcs \ - libvideoeditor_stagefrightshells \ + libvideoeditor_osal \ libvideoeditor_3gpwriter \ + libvideoeditor_mcs \ + libvideoeditor_videofilters \ + libvideoeditor_stagefrightshells LOCAL_C_INCLUDES += \ $(TOP)/frameworks/av/libvideoeditor/osal/inc \ @@ -95,5 +84,5 @@ LOCAL_CFLAGS += -Wno-multichar \ -DM4xVSS_RESERVED_MOOV_DISK_SPACEno \ -DDECODE_GIF_ON_SAVING -include $(BUILD_SHARED_LIBRARY) +include $(BUILD_STATIC_LIBRARY) |