summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-24 09:39:57 -0700
committerJames Dong <jdong@google.com>2012-03-24 09:42:20 -0700
commit51f8eec23a2bcc2cc190373cdd1195972d9b8804 (patch)
tree5768bb608614310a624198023b07956e9f634cee /libvideoeditor/lvpp
parentecb3110adc6db7334ca4be6d5b3c130f38f5fa51 (diff)
downloadframeworks_av-51f8eec23a2bcc2cc190373cdd1195972d9b8804.zip
frameworks_av-51f8eec23a2bcc2cc190373cdd1195972d9b8804.tar.gz
frameworks_av-51f8eec23a2bcc2cc190373cdd1195972d9b8804.tar.bz2
Resolve undesirable dependency of /frameworks/av/libvideoeditor on /frameworks/base/media/jni
o move VideoEditorMain.h to /frameworks/av/libvideoeditor o removed JNI related C_INCLUDE in some Android.mk files o related-to-bug: 6214141 Change-Id: Iadd01eef701deb728fbac1a3f524ea1db72f6b48
Diffstat (limited to 'libvideoeditor/lvpp')
-rwxr-xr-xlibvideoeditor/lvpp/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/libvideoeditor/lvpp/Android.mk b/libvideoeditor/lvpp/Android.mk
index b4faa61..4c354ec 100755
--- a/libvideoeditor/lvpp/Android.mk
+++ b/libvideoeditor/lvpp/Android.mk
@@ -66,12 +66,10 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_C_INCLUDES += \
$(TOP)/system/media/audio_utils/include \
- $(TOP)/frameworks/base/core/jni \
$(TOP)/frameworks/base/media/libmediaplayerservice \
$(TOP)/frameworks/base/media/libstagefright \
$(TOP)/frameworks/base/media/libstagefright/include \
$(TOP)/frameworks/base/media/libstagefright/rtsp \
- $(JNI_H_INCLUDE) \
$(call include-path-for, corecg graphics) \
$(TOP)/frameworks/av/libvideoeditor/osal/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/common/inc \
@@ -79,7 +77,6 @@ LOCAL_C_INCLUDES += \
$(TOP)/frameworks/av/libvideoeditor/vss/inc \
$(TOP)/frameworks/av/libvideoeditor/vss/stagefrightshells/inc \
$(TOP)/frameworks/av/libvideoeditor/lvpp \
- $(TOP)/frameworks/base/media/jni/mediaeditor \
$(TOP)/frameworks/base/services/audioflinger \
$(TOP)/frameworks/native/include/media/editor \
$(TOP)/frameworks/native/include/media/openmax \