Searched refs:NDK_ROOT (Results 1 - 8 of 8) sorted by relevance

/ndk/
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
/ndk/samples/hello-neon/jni/
H A DAndroid.mk14 LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cpufeatures
22 include $(NDK_ROOT)/sources/cpufeatures/Android.mk
/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 := $(NDK_ROOT:%/=%) macro
26 ifeq ($(NDK_ROOT),)
28 NDK_ROOT := . macro
31 $(info Android NDK: NDK installation path auto-detected: '$(NDK_ROOT)')
33 ifneq ($(words $(NDK_ROOT)),
[all...]
H A Dinit.mk36 # NDK_ROOT *must* be defined and point to the root of the NDK installation
37 NDK_ROOT := $(strip $(NDK_ROOT)) macro
38 ifndef NDK_ROOT
39 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
41 ifneq ($(words $(NDK_ROOT)),1)
42 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
182 BUILD_AWK := $(NDK_ROOT)/build/awk
192 BUILD_SYSTEM := $(NDK_ROOT)/build/core
199 HOST_PREBUILT := $(NDK_ROOT)/buil
[all...]
H A Dsetup-toolchain.mk57 SYSROOT := $(NDK_ROOT)/build/platforms/$(TARGET_PLATFORM)/arch-$(TARGET_ARCH)
H A Ddefinitions.mk19 include $(NDK_ROOT)/build/gmsl/gmsl
/ndk/build/tools/
H A Dbuild-ndk-sysroot.sh111 NDK_ROOT=`dirname $0`
112 NDK_ROOT=`dirname $NDK_ROOT`
113 NDK_ROOT=`dirname $NDK_ROOT`
134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI
135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/common

Completed in 154 milliseconds