HomeSort by relevance Sort by last modified time
    Searched refs:OUT_DIR (Results 1 - 25 of 44) sorted by null

1 2

  /prebuilts/qemu-kernel/arm/
rebuild.sh 108 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
110 OUT_DIR=
178 echo " --out-dir=<path> Set output directory [$OUT_DIR]"
215 OUT_DIR="$OPTION_OUT_DIR"
229 if [ -z "$OUT_DIR" ] ; then
230 OUT_DIR="$ANDROID_BUILD_TOP/$PREBUILT_KERNEL_DIR"
231 if [ ! -d "$OUT_DIR" ]; then
232 echo "ERROR: Missing default output dir: $OUT_DIR"
238 echo "Using output directory: $OUT_DIR"
239 mkdir -p "$OUT_DIR"
    [all...]
  /ndk/build/tools/
build-docs.sh 24 OUT_DIR=$DEFAULT_OUT_DIR
48 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
73 if [ -z "$OUT_DIR" ]; then
74 OUT_DIR=$ANDROID_NDK_ROOT/docs
76 OUT_DIR=${OUT_DIR%%/}
77 log "Output directory: $OUT_DIR"
87 DST_FILE=$OUT_DIR${DST_FILE##$IN_DIR}
109 if [ "$OUT_DIR" != "$DEFAULT_OUT_DIR" ]; then
112 dump "Done, see $OUT_DIR"
    [all...]
build-cxx-stl.sh 68 OUT_DIR=
69 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
102 # Handle OUT_DIR
103 if [ -z "$OUT_DIR" ] ; then
104 OUT_DIR=$ANDROID_NDK_ROOT
105 log "Auto-config: --out-dir=$OUT_DIR"
107 mkdir -p "$OUT_DIR"
108 fail_panic "Could not create directory: $OUT_DIR"
463 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
464 build_stl_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
    [all...]
package-release.sh 74 OUT_DIR=/tmp/ndk-$USER/release
76 register_var_option "--out-dir=<path>" OPTION_OUT_DIR "Specify output package directory" "$OUT_DIR"
189 OUT_DIR="$OPTION_OUT_DIR"
190 mkdir -p $OUT_DIR
192 echo "ERROR: Could not create output directory: $OUT_DIR"
196 rm -rf $OUT_DIR && mkdir -p $OUT_DIR
561 pack_archive "$OUT_DIR/$ARCHIVE" "$TMPDIR" "$RELEASE_PREFIX"
562 fail_panic "Could not create archive: $OUT_DIR/$ARCHIVE"
564 pack_archive "$OUT_DIR/$ARCHIVE64" "$TMPDIR/64" "${RELEASE_PREFIX}
    [all...]
build-libportable.sh 53 OUT_DIR=
54 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
175 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR"
build-compiler-rt.sh 50 OUT_DIR=
51 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
232 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/shared" "shared" "$OUT_DIR"
233 build_compiler_rt_libs_for_abi $ABI "$BUILD_DIR/$ABI/static" "static" "$OUT_DIR"
make-release.sh 39 OUT_DIR=/tmp/ndk-$USER/release
40 register_var_option "--out-dir=<path>" OUT_DIR "Path to output directory"
248 run $ANDROID_NDK_ROOT/build/tools/package-release.sh --release=$RELEASE --prefix=$PREFIX --out-dir="$OUT_DIR" --prebuilt-dir="$PREBUILT_DIR" --systems="$HOST_SYSTEMS" --development-root="$DEVELOPMENT_ROOT"
256 dump "All clear. Good work! See $OUT_DIR"
dev-platform-import.sh 33 OUT_DIR=/tmp/ndk-$USER/platforms-import
34 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
45 By default, the files will be copied to $OUT_DIR, but you can
71 locations into \$OUT_DIR/android-\$API/include or
72 \$OUT_DIR/android-\$API/arch-\$ARCH/include
75 and generate symbol files in \$OUT_DIR/android-\$API/arch-\$ARCH/symbols.
150 PLATFORM_ROOT=$OUT_DIR/android-$PLATFORM/arch-$ARCH
build-on-device-toolchain.sh 29 OUT_DIR=/tmp/ndk-$USER/out
30 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory directly."
57 mkdir -p $OUT_DIR
74 OUT_SYSROOT=$OUT_DIR
dev-system-import.sh 105 OUT_DIR=`cd $DEVDIR && pwd`
107 OUT_DIR=
109 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory."
167 PLATFORM_ROOT="$OUT_DIR/platforms/android-$PLATFORMS/arch-$ARCH"
176 PLATFORM_ROOT="$OUT_DIR/platforms/android-$1/arch-$ARCH"
227 if [ -z "$OUT_DIR" ] ; then
  /external/chromium_org/native_client_sdk/src/build_tools/
build_paths.py 15 OUT_DIR = os.path.join(SRC_DIR, 'out')
17 NACLPORTS_DIR = os.path.join(OUT_DIR, 'naclports')
build_sdk.py 44 from build_paths import SCRIPT_DIR, SDK_SRC_DIR, SRC_DIR, NACL_DIR, OUT_DIR
98 return os.path.join(OUT_DIR, build_dir, 'Release', 'gen')
205 tmpdir = os.path.join(OUT_DIR, 'tc_temp')
357 return os.path.join(os.path.relpath(OUT_DIR, SRC_DIR), path)
404 ninja_out_dir = os.path.join(OUT_DIR, build_dir, 'Release')
467 out_dir = MakeNinjaRelPath(rel_out_dir)
469 GypNinjaBuild('ia32', gyp_py, nacl_core_sdk_gyp, 'nacl_core_sdk', out_dir)
471 GypNinjaBuild('ia32', gyp_py, all_gyp, 'ncval_new', out_dir)
475 NinjaBuild('sel_ldr64', out_dir)
490 os.path.join(SRC_DIR, out_dir, 'Release', dst)
    [all...]
build_app.py 22 from build_paths import SDK_SRC_DIR, OUT_DIR, SDK_EXAMPLE_DIR
81 pepperdir = os.path.join(OUT_DIR, 'pepper_' + pepper_ver)
82 app_dir = os.path.join(OUT_DIR, 'naclsdk_app')
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 24 OUT_DIR=
82 OUT_DIR="$2"
147 check_required_param "$OUT_DIR" "--out"
168 run $SDK/tools/android create project --target $TARGET --name $NAME --path $OUT_DIR --activity $ACTIVITY --package $PACKAGE
177 DEST_SRC_DIR=$OUT_DIR/src/`echo $PACKAGE | sed 's/\./\//g'`
215 process_template $COMMON_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS
229 process_template $OVERRIDE_MANIFEST $OUT_DIR/AndroidManifest.xml $SUBST_PARAMS
237 cd $OUT_DIR
  /build/core/tasks/
product-graph.mk 39 products_svg := $(OUT_DIR)/products.svg
40 products_pdf := $(OUT_DIR)/products.pdf
41 products_graph := $(OUT_DIR)/products.dot
85 $(OUT_DIR)/products/$(strip $(1)).html
91 $(OUT_DIR)/products/$(strip $(1)).txt: $(this_makefile)
124 $(OUT_DIR)/products/$(strip $(1)).txt \
  /development/scripts/
combine_sdks.sh 99 OUT_DIR="${OUTPUT//.zip/}"
100 mv $V "$BASE_DIR"/* "$OUT_DIR"
101 echo "Unzipped combined SDK available at $OUT_DIR"
  /external/chromium_org/tools/gyp/buildbot/
buildbot_run.py 26 OUT_DIR = os.path.join(TRUNK_DIR, 'out')
115 print 'Removing %s...' % OUT_DIR
116 shutil.rmtree(OUT_DIR, ignore_errors=True)
  /external/chromium_org/chrome_frame/cfinstall/
build.sh 24 OUT_DIR=out
35 mkdir -p $OUT_DIR &&
  /external/skia/tests/
PathOpsSkpClipTest.cpp 16 #define OUT_DIR "D:" PATH_SLASH
20 #define OUT_DIR PATH_SLASH
24 static const char outSkpClipDir[] = OUT_DIR "skpClip";
25 static const char outOldClipDir[] = OUT_DIR "oldClip";
  /build/core/
cleanspec.mk 44 # Use $(OUT_DIR) to refer to the "out" directory.
57 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
58 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
59 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
67 $(shell build/tools/findleaves.py --prune=$(OUT_DIR) --prune=.repo --prune=.git . CleanSpec.mk)
envsetup.mk 6 # OUT_DIR is also set to "out" if it's not already set.
140 ifeq (,$(strip $(OUT_DIR)))
142 OUT_DIR := $(TOPDIR)out
144 OUT_DIR := $(OUT_DIR_COMMON_BASE)/$(notdir $(PWD))
148 DEBUG_OUT_DIR := $(OUT_DIR)/debug
152 TARGET_OUT_ROOT_release := $(OUT_DIR)/target
156 HOST_OUT_ROOT_release := $(OUT_DIR)/host
164 BUILD_OUT := $(OUT_DIR)/host/$(BUILD_OS)-$(BUILD_ARCH)
257 DIST_DIR := $(OUT_DIR)/dist
dex_preopt.mk 10 DEXPREOPT_BUILD_DIR := $(OUT_DIR)
  /external/emma/core/java12/com/vladium/emma/report/
IReportProperties.java 26 String OUT_DIR = "out.dir";
  /build/tools/droiddoc/test/stubs/
Android.mk 22 -stubs $(OUT_DIR)/__test_stubs__
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1181 OUT_DIR=$(build_binutils_dir)
1182 mkdir -p $OUT_DIR && cd $OUT_DIR &&
1209 OUT_DIR=$(build_gmp_dir)
1210 mkdir -p $OUT_DIR && cd $OUT_DIR &&
1245 OUT_DIR=$(build_mpfr_dir)
1246 mkdir -p $OUT_DIR && cd $OUT_DIR &&
    [all...]

Completed in 339 milliseconds

1 2