Skip to content

Commit 798cda7

Browse files
author
James Dong
committed
Change Android.mk file to use the new location after /frameworks/media/libvideoeditor source files are moved
o related-to-bug: 6214141 Change-Id: Ic9f07a8558e944237ccaba4f756fcab59f84e78f
1 parent 19c9d98 commit 798cda7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

media/jni/mediaeditor/Android.mk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ LOCAL_C_INCLUDES += \
3838
$(call include-path-for, corecg graphics) \
3939
$(TOP)/frameworks/native/include/media/editor \
4040
$(TOP)/frameworks/base/core/jni/mediaeditor \
41-
$(TOP)/frameworks/media/libvideoeditor/vss/inc \
42-
$(TOP)/frameworks/media/libvideoeditor/vss/common/inc \
43-
$(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \
44-
$(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc \
45-
$(TOP)/frameworks/media/libvideoeditor/lvpp \
46-
$(TOP)/frameworks/media/libvideoeditor/osal/inc \
41+
$(TOP)/frameworks/av/libvideoeditor/vss/inc \
42+
$(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
43+
$(TOP)/frameworks/av/libvideoeditor/vss/mcs/inc \
44+
$(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
45+
$(TOP)/frameworks/av/libvideoeditor/lvpp \
46+
$(TOP)/frameworks/av/libvideoeditor/osal/inc \
4747
$(TOP)/frameworks/native/include/media/openmax
4848

4949
LOCAL_SHARED_LIBRARIES := \

0 commit comments

Comments
 (0)