summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/omx/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-08-25 17:23:44 -0700
committerAndreas Huber <andih@google.com>2009-08-26 09:11:13 -0700
commitea7d15629752256f6ea1d5c6ea796e59aefd030f (patch)
tree36eb16f87c8acd48581366e81940e097f9731a38 /media/libstagefright/omx/Android.mk
parent4e3d2484c96508d5dea5296f41de4e46612fb7c4 (diff)
downloadframeworks_av-ea7d15629752256f6ea1d5c6ea796e59aefd030f.zip
frameworks_av-ea7d15629752256f6ea1d5c6ea796e59aefd030f.tar.gz
frameworks_av-ea7d15629752256f6ea1d5c6ea796e59aefd030f.tar.bz2
Keep up with latest changes to overlay handling on that unnamable platform.
Diffstat (limited to 'media/libstagefright/omx/Android.mk')
-rw-r--r--media/libstagefright/omx/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/omx/Android.mk b/media/libstagefright/omx/Android.mk
index 46affe7..77e42be 100644
--- a/media/libstagefright/omx/Android.mk
+++ b/media/libstagefright/omx/Android.mk
@@ -6,6 +6,8 @@ include external/opencore/Config.mk
LOCAL_C_INCLUDES := $(PV_INCLUDES)
LOCAL_CFLAGS := $(PV_CFLAGS_MINUS_VISIBILITY)
+LOCAL_C_INCLUDES += $(TOP)/hardware/ti/omap3/liboverlay
+
LOCAL_SRC_FILES:= \
OMX.cpp \
QComHardwareRenderer.cpp \