OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PROJ_PATH
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh
15
#
PROJ_PATH
would be
18
PROJ_PATH
=${THIS_SCRIPT_PATH%/${TOOLS_SUBDIR}/$(basename $PROG)}
21
. "${
PROJ_PATH
}/${TOOLS_SUBDIR}/firmware_common.sh" || exit 1
46
# as this script might not be executed under $
PROJ_PATH
. This might occur
50
FLAGS_board_path="${
PROJ_PATH
}/$FLAGS_board_path"
61
cd $
PROJ_PATH
/build/core/tasks/
deps_licenses.mk
18
# To invoke, run "make deps-license
PROJ_PATH
=<proj-path-patterns> DEP_PATH=<dep-path-patterns>".
19
#
PROJ_PATH
restricts the paths of the source modules; DEP_PATH restricts the paths of the dependency modules.
25
ifndef
PROJ_PATH
26
$(error To "make deps-license" you must specify
PROJ_PATH
and DEP_PATH.)
29
$(error To "make deps-license" you must specify
PROJ_PATH
and DEP_PATH.)
45
$(if $(filter $(
PROJ_PATH
),$(m_p)),\
/frameworks/support/scripts/
support-deps-license.sh
32
make deps-license
PROJ_PATH
=$LIB_PATH DEP_PATH=frameworks/support > $OUTPUT_FILE
Completed in 55 milliseconds