Lines Matching defs:prebuilt
110 # Function : host-prebuilt-tag
111 # Arguments: 1: parent path of "prebuilt"
112 # Returns : path $1/prebuilt/(HOST_TAG64) exists and NDK_HOST_32BIT isn't defined to 1,
113 # or $1/prebuilt/(HOST_TAG)
114 # Usage : $(call host-prebuilt-tag, <path>)
120 host-prebuilt-tag = $1/prebuilt/$(HOST_TAG)
122 host-prebuilt-tag = \
123 $(if $(strip $(wildcard $1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_TAG))
296 HOST_PREBUILT_ROOT := $(call host-prebuilt-tag, $(NDK_ROOT))
302 $(call ndk_log,Host tools prebuilt directory: $(HOST_PREBUILT))
303 # The windows prebuilt binaries are for ndk-build.cmd
317 $(call ndk_log,Host tools prebuilt directory not found, using system tools)
323 # Special case, on Cygwin, always use the host echo, not our prebuilt one