File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed
Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,23 @@ LOCAL_C_INCLUDES += \
4747 $(TOP ) /frameworks/native/include/media/openmax
4848
4949LOCAL_SHARED_LIBRARIES := \
50+ libandroid_runtime \
51+ libaudioflinger \
5052 libaudioutils \
53+ libbinder \
5154 libcutils \
5255 libdl \
53- libutils \
54- libandroid_runtime \
55- libnativehelper \
56+ libgui \
5657 libmedia \
57- libaudioflinger \
58- libbinder \
58+ libnativehelper \
5959 libstagefright \
6060 libstagefright_foundation \
6161 libstagefright_omx \
62- libgui \
63- libvideoeditorplayer
62+ libutils \
63+ libvideoeditor_core \
64+ libvideoeditor_osal \
65+ libvideoeditor_videofilters \
66+ libvideoeditorplayer \
6467
6568
6669LOCAL_CFLAGS += \
@@ -72,15 +75,6 @@ LOCAL_CFLAGS += \
7275 -DUSE_STAGEFRIGHT_READERS \
7376 -DUSE_STAGEFRIGHT_3GPP_READER
7477
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-
8478LOCAL_MODULE: = libvideoeditor_jni
8579
8680LOCAL_MODULE_TAGS := optional
You can’t perform that action at this time.
0 commit comments