Lines Matching refs:NDK_ROOT
21 # This assumes we are located under $NDK_ROOT/build/core/main.mk
23 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST)))
24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%))
25 NDK_ROOT := $(NDK_ROOT:%/=%)
26 ifeq ($(NDK_ROOT),)
28 NDK_ROOT := .
31 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
33 ifneq ($(words $(NDK_ROOT)),1)
39 include $(NDK_ROOT)/build/core/init.mk
97 NDK_APPLICATION_MK := $(NDK_ROOT)/build/core/default-application.mk