1# Add a couple include paths to use stlport.
2
3# Make sure bionic is first so we can include system headers.
4LOCAL_C_INCLUDES := \
5	bionic \
6	external/stlport/stlport \
7	$(LOCAL_C_INCLUDES)
8