Home | History | Annotate | Download | only in core

Lines Matching defs:to

9 # Unless required by applicable law or agreed to in writing, software
36 # Define NDK_LOG=1 in your environment to display log traces when
55 # NDK_ROOT *must* be defined and point to the root of the NDK installation
62 $(error,Please fix the problem by reinstalling to a different location.)
72 # Used to output warnings and error from the library, it's possible to
93 # Arguments: 1: text to print when NDK_LOG is defined to 1
119 # Returns : Path to the given prebuilt toolchain.
127 # Returns : Path to the given prebuilt binutils.
135 # Returns : Path to the given prebuilt gcclibs.
151 # the OS environment variable is defined to 'Windows_NT'
171 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
187 # Trying to detect that we're running from Cygwin is tricky
189 # that is not exported to sub-processes, and isn't defined by
194 # to a Cygwin installation.
203 # that we're going to remove later (see below).
227 # Always use /usr/bin/file on Darwin to avoid relying on broken Ports
287 # If we are on Windows, we need to check that we are not running
294 # We recognize 1.5. as the prefix to look for then.
297 $(call __ndk_info,You seem to be running Cygwin 1.5, which is not supported.)
298 $(call __ndk_info,Please upgrade to Cygwin 1.7 or higher.)
306 $(call ndk_log,HOST_TAG set to $(HOST_TAG))
348 # Define HOST_ECHO_N to perform the equivalent of 'echo -n' on all platforms.
385 $(call __ndk_info,Host 'awk' tool is outdated. Please define NDK_HOST_AWK to point to Gawk or Nawk !)
390 # On Cygwin/MSys, define the 'cygwin-to-host-path' function here depending on the
393 # 1/ If NDK_USE_CYGPATH=1 and cygpath does exist in your path, cygwin-to-host-path
398 # 2/ Generate a Make function that performs the mapping from cygwin/msys to host
402 # cygwin-to-host-path = $(patsubst /cygdrive/c/%,c:/%,\
406 # cygwin-to-host-path = $(patsubst /c/%,c:/%,\
432 cygwin-to-host-path = $(strip $(shell $(CYGPATH) -m $1))
434 # Call an awk script to generate a Makefile fragment used to define a function
440 $(eval cygwin-to-host-path = $(WINDOWS_HOST_PATH_FRAGMENT))
455 # where <apilevel> corresponds to an API level number, with:
462 # $TOP/ndk/build/platforms to $TOP/development/ndk/platforms. However,
476 $(call __ndk_info,Please define NDK_PLATFORMS_ROOT to point to a valid directory.)\
478 $(call __ndk_info,Please run build/tools/gen-platforms.sh to build the corresponding directory.)\
486 $(call __ndk_info,Your NDK_PLATFORMS_ROOT points to an invalid directory)
498 # we're going to find the maximum platform number of the form android-<number>
499 # ignore others, which could correspond to special and experimental cases
517 # Allow the user to point at an alternate location for the toolchains. This is
518 # particularly helpful if we want to use prebuilt toolchains for building an NDK
519 # module. Specifically, we use this to build libc++ using ndk-build instead of
542 # the build script to include in each toolchain config.mk
555 # the list of abis 'APP_ABI=all' is expanded to
599 # Allow the user to define NDK_TOOLCHAIN to a custom toolchain name.
607 $(call __ndk_info,NDK_TOOLCHAIN is defined to the unsupported value $(NDK_TOOLCHAIN)) \
614 # Allow the user to define NDK_TOOLCHAIN_VERSION to override the toolchain