Skip to content

Commit

Permalink
Switched to use header files from /frameworks/native
Browse files Browse the repository at this point in the history
o related-to-bug: 6044887

Change-Id: I45362c0a68f49684e0393fc77ab4d5f55ec53716
  • Loading branch information
James Dong committed Mar 13, 2012
1 parent 82a0b19 commit 4140573
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion camera/Android.mk
Expand Up @@ -62,7 +62,8 @@ LOCAL_C_INCLUDES += \
hardware/ti/omap4xxx/domx/omx_core/inc \
hardware/ti/omap4xxx/domx/mm_osal/inc \
frameworks/base/include/media/stagefright \
frameworks/base/include/media/stagefright/openmax \
frameworks/native/include/media/hardware \
frameworks/native/include/media/openmax \
external/jpeg \
external/jhead

Expand Down
2 changes: 2 additions & 0 deletions domx/omx_proxy_component/Android.mk
Expand Up @@ -104,6 +104,7 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../../hwc \
$(HARDWARE_TI_OMAP4_BASE)/camera/inc \
frameworks/base/include/media/stagefright \
frameworks/native/include/media/hardware

LOCAL_SHARED_LIBRARIES := \
libmm_osal \
Expand Down Expand Up @@ -139,6 +140,7 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/../../hwc \
$(HARDWARE_TI_OMAP4_BASE)/camera/inc \
frameworks/base/include/media/stagefright \
frameworks/native/include/media/hardware

LOCAL_SHARED_LIBRARIES := \
libmm_osal \
Expand Down
2 changes: 1 addition & 1 deletion libI420colorconvert/Android.mk
Expand Up @@ -7,7 +7,7 @@ LOCAL_SRC_FILES := \
ColorConvert.cpp

LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/base/include/media/stagefright/openmax \
$(TOP)/frameworks/native/include/media/openmax \
$(TOP)/frameworks/native/include/media/editor

LOCAL_SHARED_LIBRARIES := \
Expand Down
3 changes: 2 additions & 1 deletion libstagefrighthw/Android.mk
Expand Up @@ -7,7 +7,8 @@ LOCAL_SRC_FILES := \
TIOMXPlugin.cpp

LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/base/include/media/stagefright/openmax
$(TOP)/frameworks/native/include/media/openmax \
$(TOP)/frameworks/native/include/media/hardware

LOCAL_SHARED_LIBRARIES := \
libbinder \
Expand Down
2 changes: 1 addition & 1 deletion libstagefrighthw/TIOMXPlugin.cpp
Expand Up @@ -18,7 +18,7 @@

#include <dlfcn.h>

#include <media/stagefright/HardwareAPI.h>
#include <HardwareAPI.h>

namespace android {

Expand Down
2 changes: 1 addition & 1 deletion libstagefrighthw/TIOMXPlugin.h
Expand Up @@ -18,7 +18,7 @@

#define TI_OMX_PLUGIN_H_

#include <media/stagefright/OMXPluginBase.h>
#include <OMXPluginBase.h>

namespace android {

Expand Down

0 comments on commit 4140573

Please sign in to comment.