Searched refs:die (Results 1 – 10 of 10) sorted by relevance
53 function die() { echo -e "${*}" >&2; exit 2; } function81 die "${me}: Run 'lunch' to configure the build environment"85 die "${me}: Run 'lunch' to configure the build environment"90 die "${me}: Run 'm nothing' to build the dependency graph"95 die "${me}: Cannot find ninja executable expected at ${ninja_bin}"130 die "Unknown flag ${1}"142 die "${usage}\n\nNo target specified."162 die "${me}: unable to create temporary directory"
35 function die() { printf "$@"; exit 1; } function39 [[ "$(uname)" == Linux ]] || die "This setup runs only on Linux\n"43 die "$0 should be in build/soong/scripts/ subdirectory of the source tree\n"45 die "Current directory looks like source. You should be in the _target_ directory.\n"50 die "This directory has been already set up to build Android for %s from %s.\n\
84 function die() { echo -e "${*}" >&2; exit 2; } function164 die "${me}: Run 'lunch' to configure the build environment"168 die "${me}: Run 'lunch' to configure the build environment"173 die "${me}: Run 'm nothing' to build the dependency graph"178 die "${me}: Cannot find ninja executable expected at ${ninja_bin}"283 die "${usage}\n\nUnknown flag ${1}";;297 die "${usage}\n\nNo target specified."329 die "${me}: unable to create temporary directory"
23 function die() { function30 die "$violation
7 function die() { echo "ERROR: $1" >&2; exit 1; } function12 die "could not find aprotoc. ${error_msg}"16 die "build failed. ${error_msg}"
6 function die() { echo "ERROR: $1" >&2; exit 1; } function10 hash aprotoc &>/dev/null || die "could not find aprotoc. ${error_msg}"12 …t=paths=source_relative:. commands.proto config.proto targeting.proto ) || die "build failed. ${er…
48 die() { function99 die "Unknown flag: \"${1}\""126 die "Output file -o appears twice as \"${ofile}\" and \"${1}\""131 die "Must precede argument \"${1}\" with type flag."
26 function die() { function33 [[ -f build/make/envsetup.sh ]] || die "Run this script from the root of the tree."43 || die "Build failed."