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