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
101
NDK_PROJECT_PATH
:= $(strip $(
NDK_PROJECT_PATH
))
105
# will define
NDK_PROJECT_PATH
to simply '.'
110
#
NDK_PROJECT_PATH
112
ifndef
NDK_PROJECT_PATH
114
NDK_PROJECT_PATH
:= .
117
NDK_PROJECT_PATH
:= .
121
ifndef
NDK_PROJECT_PATH
[
all
...]
default-application.mk
19
APP_PROJECT_PATH := $(
NDK_PROJECT_PATH
)
definitions.mk
[
all
...]
add-application.mk
60
APP_PROJECT_PATH := $(
NDK_PROJECT_PATH
)
/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 46 milliseconds