Home | History | Annotate | Download | only in core

Lines Matching refs:includes

123 # Function : host-c-includes
126 # Usage : $(call host-c-includes,<paths>)
132 host-c-includes = $(patsubst %,-I%,$(call host-path,$1))
134 host-c-includes = $(1:%=-I%)
1008 $$(call host-c-includes,$$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1011 $$(call host-c-includes,$$($(my)C_INCLUDES)) \
1053 $$(call host-c-includes, $$(LOCAL_C_INCLUDES) $$(LOCAL_PATH)) \
1060 $$(call host-c-includes,$$($(my)C_INCLUDES)) \