OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOO_PATH
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/build/absolute-src-file-paths/
build.sh
6
echo $NDK/ndk-build "$@"
FOO_PATH
="$CUR_DIR/src"
7
$NDK/ndk-build "$@"
FOO_PATH
="$CUR_DIR/src"
/ndk/tests/build/absolute-src-file-paths/jni/
Android.mk
3
ifndef
FOO_PATH
6
# to determin ABIs. In this case
FOO_PATH
isn't set and doesn't matter.
7
# For normal build, empty
FOO_PATH
causes make to find /foo.c and /main.c
9
$(info
FOO_PATH
should be defined before including this file!)
12
ifeq (,$(call host-path-is-absolute,$(
FOO_PATH
)))
13
$(info
FOO_PATH
should be defined to an absolute path!)
18
LOCAL_SRC_FILES := $(
FOO_PATH
)/foo.c
23
LOCAL_SRC_FILES := $(
FOO_PATH
)/main.c
Completed in 188 milliseconds