Home | History | Annotate | Download | only in core

Lines Matching refs:NDK_ROOT

24 # This assumes we are located under $NDK_ROOT/build/core/main.mk
26 NDK_ROOT := $(lastword $(MAKEFILE_LIST))
27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%))
28 ifeq ($(NDK_ROOT),)
30 NDK_ROOT := .
33 NDK_ROOT := $(NDK_ROOT:%/=%)
36 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
39 include $(NDK_ROOT)/build/core/init.mk
54 NDK_APPS_ROOT := $(NDK_ROOT)/apps
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
135 NDK_APP_OUT := $(NDK_ROOT)/out/apps