HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_BUILD_PATHS (Results 1 - 2 of 2) sorted by null

  /build/make/core/
dumpvar.mk 17 ANDROID_BUILD_PATHS := $(ABP)
  /build/make/
envsetup.sh 175 # This function sets ANDROID_BUILD_PATHS to what it is adding #
182 # Note: on windows/cygwin, ANDROID_BUILD_PATHS will contain spaces
186 if [ -n "$ANDROID_BUILD_PATHS" ] ; then
187 export PATH=${PATH/$ANDROID_BUILD_PATHS/}
245 ANDROID_BUILD_PATHS=$(get_build_var ANDROID_BUILD_PATHS):$ANDROID_TOOLCHAIN
247 ANDROID_BUILD_PATHS=$ANDROID_BUILD_PATHS:$ANDROID_TOOLCHAIN_2ND_ARCH
249 ANDROID_BUILD_PATHS=$ANDROID_BUILD_PATHS:$ANDROID_DEV_SCRIPTS
    [all...]

Completed in 284 milliseconds