OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_ROOT
(Results
1 - 11
of
11
) sorted by null
/ndk/
GNUmakefile
27
NDK_ROOT
:= $(dir $(lastword $(MAKEFILE_LIST)))
28
NDK_ROOT
:= $(
NDK_ROOT
:%/=%)
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/tests/
run-tests.sh
43
NDK_ROOT
=
72
NDK_ROOT
="$optarg"
246
if [ -n "$
NDK_ROOT
" ] ; then
250
NDK_ROOT
=/tmp/ndk-tests/install
251
mkdir -p "$
NDK_ROOT
" && rm -rf "$
NDK_ROOT
/*"
252
dump "Unpacking NDK package to $
NDK_ROOT
"
253
unpack_archive "$NDK_PACKAGE" "$
NDK_ROOT
"
254
NDK_ROOT
=`ls -d $
NDK_ROOT
/*`
[
all
...]
/ndk/build/core/
main.mk
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.m
[
all
...]
build-local.mk
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
[
all
...]
setup-imports.mk
35
$(call import-add-path-optional,$(
NDK_ROOT
)/sources)
36
$(call import-add-path-optional,$(
NDK_ROOT
)/../development/ndk/sources)
init.mk
36
#
NDK_ROOT
*must* be defined and point to the root of the NDK installation
37
NDK_ROOT
:= $(strip $(
NDK_ROOT
))
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
)')
228
BUILD_AWK := $(
NDK_ROOT
)/build/awk
294
BUILD_SYSTEM := $(
NDK_ROOT
)/build/core
322
TOOLCHAIN_CONFIGS := $(wildcard $(
NDK_ROOT
)/toolchains/*/config.mk
[
all
...]
setup-toolchain.mk
76
TOOLCHAIN_ROOT := $(
NDK_ROOT
)/toolchains/$(TOOLCHAIN_NAME)
build-binary.mk
231
LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(
NDK_ROOT
)/sources/cxx-stl/gnu-libstdc++/libs/$(TARGET_ARCH_ABI)/libsupc++.a
definitions.mk
19
include $(
NDK_ROOT
)/build/gmsl/gmsl
647
pretty-dir = $(patsubst $(
NDK_ROOT
)/%,<NDK>/%,\
[
all
...]
/ndk/build/tools/
build-ndk-sysroot.sh
111
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
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh
189
NDK_ROOT
=
[
all
...]
Completed in 46 milliseconds