From 51f8eec23a2bcc2cc190373cdd1195972d9b8804 Mon Sep 17 00:00:00 2001 From: James Dong Date: Sat, 24 Mar 2012 09:39:57 -0700 Subject: 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 --- libvideoeditor/lvpp/Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'libvideoeditor/lvpp') 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 \ -- cgit v1.1