Lines Matching refs:NDK_ROOT
36 # NDK_ROOT *must* be defined and point to the root of the NDK installation
37 NDK_ROOT := $(strip $(NDK_ROOT))
38 ifndef NDK_ROOT
39 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
41 ifneq ($(words $(NDK_ROOT)),1)
42 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
190 BUILD_AWK := $(NDK_ROOT)/build/awk
256 BUILD_SYSTEM := $(NDK_ROOT)/build/core
284 TOOLCHAIN_CONFIGS := $(wildcard $(NDK_ROOT)/toolchains/*/config.mk)
333 NDK_PLATFORMS_ROOT := $(strip $(wildcard $(NDK_ROOT)/platforms))
335 NDK_PLATFORMS_ROOT := $(strip $(wildcard $(NDK_ROOT)/build/platforms))
340 $(if $(strip $(wildcard $(NDK_ROOT)/RELEASE.TXT)),\