OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NDK_PROJECT_PATH
(Results
1 - 5
of
5
) sorted by null
/ndk/build/core/
build-local.mk
44
# If
NDK_PROJECT_PATH
is not defined, find the application's project
49
# absolute
NDK_PROJECT_PATH
values. This reduces the length of all
55
# If
NDK_PROJECT_PATH
=null, ndk-build make no attempt to look for it, but does
56
# need the following variables depending on
NDK_PROJECT_PATH
to be explicitly
113
NDK_PROJECT_PATH
:= $(strip $(
NDK_PROJECT_PATH
))
115
ifeq (null,$(
NDK_PROJECT_PATH
))
117
$(call ndk_log,Make no attempt to look for
NDK_PROJECT_PATH
.)
123
# will define
NDK_PROJECT_PATH
to simply '.'
128
#
NDK_PROJECT_PATH
[
all
...]
default-application.mk
19
APP_PROJECT_PATH := $(
NDK_PROJECT_PATH
)
23
ifeq (null,$(
NDK_PROJECT_PATH
))
24
$(call __ndk_info,
NDK_PROJECT_PATH
==null. Please explicitly set APP_BUILD_SCRIPT.)
add-application.mk
60
APP_PROJECT_PATH := $(
NDK_PROJECT_PATH
)
202
$(call __ndk_info,
NDK_PROJECT_PATH
==null. Please explicitly set APP_BUILD_SCRIPT.)
definitions.mk
[
all
...]
/ndk/
ndk-which
44
NDK_PROJECT_PATH
=/tmp/ndk-which $GNUMAKE --no-print-dir -f $MYNDKDIR/build/core/build-local.mk DUMP_$1 APP_ABI=$2
Completed in 56 milliseconds