Skip to content

Commit 9346c28

Browse files
James DongAndroid (Google) Code Review
authored andcommitted
Merge "Change Android.mk file to use the new location after /frameworks/media/libvideoeditor source files are moved"
2 parents 460f457 + 798cda7 commit 9346c28

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)