Home | History | Annotate | Download | only in core

Lines Matching refs:NDK_ROOT

64 # NDK_ROOT *must* be defined and point to the root of the NDK installation
65 NDK_ROOT := $(strip $(NDK_ROOT))
66 ifndef NDK_ROOT
67 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
69 ifneq ($(words $(NDK_ROOT)),1)
70 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
296 HOST_PREBUILT_ROOT := $(call host-prebuilt-tag, $(NDK_ROOT))
371 BUILD_AWK := $(NDK_ROOT)/build/awk
436 BUILD_SYSTEM := $(NDK_ROOT)/build/core
459 NDK_PLATFORMS_ROOT := $(strip $(wildcard $(NDK_ROOT)/platforms))
461 NDK_PLATFORMS_ROOT := $(strip $(wildcard $(NDK_ROOT)/build/platforms))
466 $(if $(strip $(wildcard $(NDK_ROOT)/RELEASE.TXT)),\
531 TOOLCHAIN_CONFIGS := $(wildcard $(NDK_ROOT)/toolchains/*/config.mk)