File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -47,23 +47,20 @@ LOCAL_C_INCLUDES += \
4747 $(TOP ) /frameworks/native/include/media/openmax
4848
4949LOCAL_SHARED_LIBRARIES := \
50- libandroid_runtime \
51- libaudioflinger \
5250 libaudioutils \
53- libbinder \
5451 libcutils \
5552 libdl \
56- libgui \
57- libmedia \
53+ libutils \
54+ libandroid_runtime \
5855 libnativehelper \
56+ libmedia \
57+ libaudioflinger \
58+ libbinder \
5959 libstagefright \
6060 libstagefright_foundation \
6161 libstagefright_omx \
62- libutils \
63- libvideoeditor_core \
64- libvideoeditor_osal \
65- libvideoeditor_videofilters \
66- libvideoeditorplayer \
62+ libgui \
63+ libvideoeditorplayer
6764
6865
6966LOCAL_CFLAGS += \
@@ -75,6 +72,15 @@ LOCAL_CFLAGS += \
7572 -DUSE_STAGEFRIGHT_READERS \
7673 -DUSE_STAGEFRIGHT_3GPP_READER
7774
75+ LOCAL_STATIC_LIBRARIES := \
76+ libvideoeditor_core \
77+ libstagefright_color_conversion \
78+ libvideoeditor_3gpwriter \
79+ libvideoeditor_mcs \
80+ libvideoeditor_videofilters \
81+ libvideoeditor_stagefrightshells \
82+ libvideoeditor_osal
83+
7884LOCAL_MODULE: = libvideoeditor_jni
7985
8086LOCAL_MODULE_TAGS := optional
You can’t perform that action at this time.
0 commit comments