Lines Matching refs:apps
321 local apps=$TARGET_BUILD_APPS
322 if [ -z "$apps" ]; then
325 export PROMPT_COMMAND="echo -ne \"\033]0;[$arch $apps $variant] ${USER}@${HOSTNAME}: ${PWD}\007\""
650 # Configures the build to build unbundled apps.
657 local apps="$(echo $* | xargs -n 1 echo | \grep -E -v '^(user|userdebug|eng|arm|x86|mips|armv5|arm64|x86_64|mips64|ldpi|mdpi|tvdpi|hdpi|xhdpi|xxhdpi|xxxhdpi|alldpi)$' | xargs)"
684 if [ -z "$apps" ]; then
685 apps=all
695 export TARGET_BUILD_APPS=$apps