Searched defs:NDK_ROOT (Results 1 - 7 of 7) sorted by relevance

/ndk/
H A Dndk-build.cmd5 set NDK_ROOT=%~dp0 variable
6 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/make.exe" -f "%NDK_ROOT%build/core/build-local.mk" SHELL=cmd %*
H A DGNUmakefile27 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST))) macro
28 NDK_ROOT := $(NDK_ROOT:%/=%) macro
31 ifneq ($(words $(NDK_ROOT)),1)
32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
36 include $(NDK_ROOT)/build/core/main.mk
H A Dndk-gdb-py.cmd6 set NDK_ROOT=%~dp0 variable
8 "%NDK_ROOT%prebuilt/%NDK_WIN_HOST%/bin/python.exe" -u "%~dp0ndk-gdb.py" %*
H A Dfind-win-host.cmd6 set NDK_ROOT=%~dp0 variable
8 rem Check if %NDK_ROOT% contains any spaces
16 call :FOO %NDK_ROOT%
24 if not exist "%NDK_ROOT%prebuilt\%TEMP%" set TEMP=
/ndk/build/core/
H A Dmain.mk24 # This assumes we are located under $NDK_ROOT/build/core/main.mk
26 NDK_ROOT := $(lastword $(MAKEFILE_LIST)) macro
27 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/main.mk=%)) macro
28 ifeq ($(NDK_ROOT),)
30 NDK_ROOT := . macro
33 NDK_ROOT := $(NDK_ROOT:%/=%) macro
36 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
39 include $(NDK_ROOT)/buil
[all...]
H A Dbuild-local.mk21 # This assumes we are located under $NDK_ROOT/build/core/main.mk
23 NDK_ROOT := $(dir $(lastword $(MAKEFILE_LIST))) macro
24 NDK_ROOT := $(strip $(NDK_ROOT:%build/core/=%)) macro
25 NDK_ROOT := $(subst \,/,$(NDK_ROOT)) macro
26 NDK_ROOT := $(NDK_ROOT:%/=%) macro
27 ifeq ($(NDK_ROOT),)
29 NDK_ROOT macro
[all...]
H A Dinit.mk64 # NDK_ROOT *must* be defined and point to the root of the NDK installation
65 NDK_ROOT := $(strip $(NDK_ROOT)) macro
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)/buil
[all...]

Completed in 277 milliseconds