1# Add a couple include paths to use stlport.
2OPENCV := $(call my-dir)
3
4# Make sure bionic is first so we can include system headers.
5LOCAL_C_INCLUDES := \
6	$(OPENCV)/cv/include  \
7	$(OPENCV)/cxcore/include  \
8	$(OPENCV)/cvaux/include  \
9	$(OPENCV)/ml/include  \
10	$(OPENCV)/otherlibs/highgui  \
11	$(LOCAL_C_INCLUDES)
12