Searched refs:DIST_DIR (Results 1 – 20 of 20) sorted by relevance
/build/bazel/ci/ |
D | mixed_mode_toggle.sh | 26 if [[ -z ${DIST_DIR+x} ]]; then 28 DIST_DIR="${OUT_DIR}/dist" 40 dist DIST_DIR=$DIST_DIR 68 dist DIST_DIR=$DIST_DIR 88 dist DIST_DIR=$DIST_DIR
|
D | multiproduct_analysis.sh | 6 DIST_DIR=$(realpath ${DIST_DIR:-out/dist}) 40 rm -rf "${DIST_DIR}/multiproduct_analysis" 41 mkdir -p "${DIST_DIR}/multiproduct_analysis" 49 tar c --mtime='1970-01-01' -C out/soong/bp2build . | gzip -n > "${DIST_DIR}/multiproduct_analysis/r… 67 …tar c --mtime='1970-01-01' -C out/soong/bp2build . | gzip -n > "${DIST_DIR}/multiproduct_analysis/… 68 …if diff -q "${DIST_DIR}/multiproduct_analysis/bp2build_files_${product}.tar.gz" "${DIST_DIR}/multi… 69 rm -f "${DIST_DIR}/multiproduct_analysis/bp2build_files_${product}.tar.gz"
|
D | mixed_droid.sh | 6 if [[ -z ${DIST_DIR+x} ]]; then 8 DIST_DIR="out/dist" 23 dist DIST_DIR=$DIST_DIR
|
D | ensure_allowlist_integrity.sh | 22 if [[ -z ${DIST_DIR+x} ]]; then 24 DIST_DIR="${OUT_DIR}/dist" 46 dist DIST_DIR=$DIST_DIR
|
D | determinism_test.sh | 31 if [[ -z ${DIST_DIR+x} ]]; then 33 DIST_DIR="${OUT_DIR}/dist" 71 dist DIST_DIR=$DIST_DIR 98 cp $FIRST_FILE $TEST_FILE $DIST_DIR
|
D | bp2build.sh | 15 if [[ -z ${DIST_DIR+x} ]]; then 16 DIST_DIR="${OUT_DIR}/dist" 103 bp2build_progress_output_dir="${DIST_DIR}/bp2build-progress" 118 --bp2build-metrics-location=$( realpath "${DIST_DIR}" )"/logs" \
|
D | build_with_bazel.sh | 62 …tar c --mtime='1970-01-01' -C out/soong/bp2build . | gzip -n > "${DIST_DIR}/bp2build_generated_wor… 90 --dist_dir="${DIST_DIR}/mainline_modules_${arch}"
|
/build/soong/scripts/ |
D | build-rustdocs.sh | 28 if [ -n "${DIST_DIR}" ]; then 29 mkdir -p ${DIST_DIR} 30 cp ${OUT_DIR}/soong/rustdoc.zip $DIST_DIR
|
D | build-ndk-prebuilts.sh | 31 if [ -n "${DIST_DIR}" ]; then 32 mkdir -p ${DIST_DIR} || true 33 tar cjf ${DIST_DIR}/ndk_platform.tar.bz2 -C ${OUT_DIR}/soong ndk
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 26 if [ -n "${DIST_DIR}" ]; then 27 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/make/tools/finalization/ |
D | localonly-steps.sh | 18 …RODUCT=sdk TARGET_RELEASE=fina_1 TARGET_BUILD_VARIANT=userdebug sdk dist sdk_repo DIST_DIR=out/dist 21 …_1 TARGET_BUILD_VARIANT=userdebug UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true DIST_DIR=out/dist "$top/ve…
|
D | finalize-vintf-resources.sh | 15 export DIST_DIR=out/dist
|
D | finalize-sdk-resources.sh | 87 DIST_DIR=out/dist \
|
/build/make/packaging/ |
D | distdir.mk | 29 $(eval _dist_$$(goal): $$(DIST_DIR)/$$(output)), \ 43 …$(eval dst := $(subst FILE_NAME_TAG_PLACEHOLDER,$(FILE_NAME_TAG),$(DIST_DIR)/$(call word-colon,2,$…
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 12 ; Allow writing to $OUT_DIR and $DIST_DIR 15 (subpath (param "DIST_DIR")))
|
/build/soong/ |
D | build_kzip.bash | 78 "$out/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
|
/build/make/ |
D | Usage.txt | 43 During a build, a few log files are generated in ${OUT} (or ${DIST_DIR}/logs 65 dist Copy into ${DIST_DIR} the portion of the build 81 DIST_DIR The directory in which to place the distribution
|
D | Changes.md | 519 ## `DIST_DIR`, `dist_goal`, and `dist-for-goals` {#dist} 521 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk 523 a PHONY goal, and a list of files to copy to `$DIST_DIR`. Whenever `dist` is 526 into `$DIST_DIR`. For example, 532 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run. 546 Which will produce `$DIST_DIR/baz-1234567.zip` on build servers which set 547 `BUILD_NUMBER=1234567`, or `$DIST_DIR/baz-eng.builder.zip` for local builds. 561 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
|
/build/make/core/ |
D | config.mk | 103 $(KATI_obsolete_var DIST_DIR dist_goal,Use dist-for-goals instead. See $(CHANGES_URL)#dist)
|
D | Makefile | 3492 || ( mkdir -p $${DIST_DIR}; \ 3493 cp $(INSTALLED_FILES_FILE) $${DIST_DIR}/installed-files-rescued.txt; \
|