Home | History | Annotate | Download | only in core

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 := $(subst \,/,$(NDK_ROOT))
26 NDK_ROOT := $(NDK_ROOT:%/=%)
27 ifeq ($(NDK_ROOT),)
29 NDK_ROOT := .
32 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
34 ifneq ($(words $(NDK_ROOT)),1)
40 include $(NDK_ROOT)/build/core/init.mk
142 NDK_APPLICATION_MK := $(NDK_ROOT)/build/core/default-application.mk