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

  /ndk/sources/host-tools/ndk-depends/
build-ndk-depends.sh 47 PACKAGE_DIR=
48 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"
95 if [ "$PACKAGE_DIR" ]; then
96 mkdir -p "$PACKAGE_DIR"
97 fail_panic "Could not create package directory: $PACKAGE_DIR"
123 if [ "$PACKAGE_DIR" ]; then
126 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_ROOT" "$INSTALL_SUBDIR"
127 fail_panic "Could not create package: $PACKAGE_DIR/$ARCHIVE from $OUT"
  /ndk/sources/host-tools/nawk-20071023/
build-awk.sh 34 PACKAGE_DIR=
35 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive to package directory"
88 if [ "$PACKAGE_DIR" ]; then
91 mkdir -p "$PACKAGE_DIR" &&
92 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
93 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
  /ndk/sources/host-tools/toolbox/
build-toolbox.sh 36 PACKAGE_DIR=
37 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."
49 PACKAGE_DIR=
50 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binaries into package directory"
117 if [ "$PACKAGE_DIR" ]; then
120 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR/echo.exe" "$SUBDIR/cmp.exe"
  /ndk/sources/host-tools/make-3.81/
build-make.sh 42 PACKAGE_DIR=
43 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binaries into package directory"
104 if [ "$PACKAGE_DIR" ]; then
107 mkdir -p "$PACKAGE_DIR" &&
108 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$NDK_DIR" "$SUBDIR"
109 fail_panic "Could not package archive: $PACKAGE_DIR/$ARCHIVE"
  /ndk/sources/host-tools/ndk-stack/
build-ndk-stack.sh 47 PACKAGE_DIR=
48 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"
121 if [ "$PACKAGE_DIR" ]; then
122 mkdir -p "$PACKAGE_DIR"
123 fail_panic "Could not create package directory: $PACKAGE_DIR"
169 if [ "$PACKAGE_DIR" ]; then
172 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_ROOT" "$INSTALL_SUBDIR"
173 fail_panic "Could not create package: $PACKAGE_DIR/$ARCHIVE from $OUT"
  /ndk/build/tools/
build-gdbserver.sh 55 PACKAGE_DIR=
56 register_var_option "--package-dir=<path>" PACKAGE_DIR "Archive binary into specific directory"
123 if [ "$PACKAGE_DIR" ]; then
124 mkdir -p "$PACKAGE_DIR"
125 fail_panic "Could not create package directory: $PACKAGE_DIR"
240 if [ "$PACKAGE_DIR" ]; then
247 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$INSTALL_DIR" "$GDBSERVER_SUBDIR"
build-cxx-stl.sh 58 PACKAGE_DIR=
59 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."
651 if [ -n "$PACKAGE_DIR" ] ; then
661 PACKAGE="$PACKAGE_DIR/${CXX_STL_PACKAGE}.zip"
build-mingw64-toolchain.sh 150 PACKAGE_DIR=
170 --package-dir=*) PACKAGE_DIR=$optarg;;
245 if [ -z "$PACKAGE_DIR" ]; then
708 if [ "$PACKAGE_DIR" ]; then
709 mkdir -p $PACKAGE_DIR
710 fail_panic "Could not create packaging directory: $PACKAGE_DIR"
711 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
715 log "Done. See $PACKAGE_DIR:"
make-standalone-toolchain.sh 54 PACKAGE_DIR=$TMPDIR
55 register_var_option "--package-dir=<path>" PACKAGE_DIR "Place package file in <path>"
590 PACKAGE_FILE="$PACKAGE_DIR/$TOOLCHAIN_NAME.tar.bz2"
gen-platforms.sh 79 PACKAGE_DIR=
116 PACKAGE_DIR=$optarg
814 if [ "$PACKAGE_DIR" ]; then
833 mkdir -p "$PACKAGE_DIR"
834 fail_panic "Could not create package directory: $PACKAGE_DIR"
837 pack_archive "$PACKAGE_DIR/$ARCHIVE" "$DSTDIR/platforms" "$PLATFORM_NAME"
  /external/autotest/utils/
build_externals.py 25 PACKAGE_DIR = 'ExternalSource'
55 package_dir = os.path.join(top_of_tree, PACKAGE_DIR)
69 fetched_packages, fetch_errors = fetch_necessary_packages(package_dir,
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 52 PACKAGE_DIR=
53 register_var_option "--package-dir=<path>" PACKAGE_DIR "Put prebuilt tarballs into <path>."
427 if [ -n "$PACKAGE_DIR" ] ; then
474 PACKAGE="$PACKAGE_DIR/gnustl-${VERSION}.zip"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 151 PACKAGE_DIR=
171 --package-dir=*) PACKAGE_DIR=$optarg;;
246 if [ -z "$PACKAGE_DIR" ]; then
747 if [ "$PACKAGE_DIR" ]; then
748 mkdir -p $PACKAGE_DIR
749 fail_panic "Could not create packaging directory: $PACKAGE_DIR"
750 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
754 log "Done. See $PACKAGE_DIR:"

Completed in 224 milliseconds