OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_BUILD_PATHS
(Results
1 - 3
of
3
) sorted by null
/build/make/
envsetup.sh
168
# This function sets
ANDROID_BUILD_PATHS
to what it is adding #
175
# Note: on windows/cygwin,
ANDROID_BUILD_PATHS
will contain spaces
179
if [ -n "$
ANDROID_BUILD_PATHS
" ] ; then
180
export PATH=${PATH/$
ANDROID_BUILD_PATHS
/}
238
export
ANDROID_BUILD_PATHS
=$(get_build_var
ANDROID_BUILD_PATHS
):$ANDROID_TOOLCHAIN:$ANDROID_TOOLCHAIN_2ND_ARCH:$ANDROID_DEV_SCRIPTS:
254
ANDROID_BUILD_PATHS
=$
ANDROID_BUILD_PATHS
$ANDROID_EMULATOR_PREBUILTS:
258
export PATH=$
ANDROID_BUILD_PATHS
$PATH
[
all
...]
/build/make/core/
dumpvar.mk
51
ANDROID_BUILD_PATHS
:= $(ABP)
config.mk
[
all
...]
Completed in 653 milliseconds