Home | History | Annotate | Download | only in distrib

Lines Matching defs:panic

13 panic () {
89 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
104 mkdir -p "$DSTDIR" || panic "Cannot create destination directory: $DSTDIR"
129 panic "Can't get package prefix from $PKG_FILE_BASENAME"
144 panic "Can't rebuild binaries on Darwin, use --verbose to see why!"
166 panic "Not a Git directory: $GIT_DIR"
188 panic "Unsupported system! This can only run on Linux and Darwin."
234 panic "Unsupported option '$OPT', see --help."
237 panic "Unsupported parameter '$OPT', see --help."
300 mkdir -p "$PKG_DIR" || panic "Can't create directory: $PKG_DIR"
332 panic "The --copy-prebuilts=<dir> option requires --darwin-ssh=<host>."
336 panic "Not an AOSP checkout / workspace: $TARGET_AOSP"
382 panic "This directory must be a checkout of \$AOSP/platform/external/qemu!"
395 panic "Cannot find GoogleTest source directory: $GTEST_DIR"
402 panic "Cannot find GPU emulation source directory: $EMUGL_DIR"
457 run ./android-rebuild.sh $REBUILD_FLAGS || panic "Use ./android-rebuild.sh to see why."
463 panic "You can only rebuild Darwin binaries with --darwin-ssh"
466 panic "You must use --sources to build Darwin binaries through ssh"
472 panic "Windows binaries can only be rebuilt on Linux!"
474 run ./android-rebuild.sh --mingw $REBUILD_FLAGS || panic "Use ./android-rebuild.sh --mingw to see why."
477 panic "Can't rebuild $SYSTEM binaries on $HOST_SYSTEM for now!"
517 run mkdir -p "$DST_DIR" || panic "Could not create directory: $DST_DIR"
521 *) panic "Unsupported prebuilt system: $SYSTEM";;
531 panic "Could not copy binaries to $DST_DIR"