Home
last modified time | relevance | path

Searched refs:DIST_DIR (Results 1 – 20 of 20) sorted by relevance

/build/bazel/ci/
Dmixed_mode_toggle.sh26 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
Dmultiproduct_analysis.sh6 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"
Dmixed_droid.sh6 if [[ -z ${DIST_DIR+x} ]]; then
8 DIST_DIR="out/dist"
23 dist DIST_DIR=$DIST_DIR
Densure_allowlist_integrity.sh22 if [[ -z ${DIST_DIR+x} ]]; then
24 DIST_DIR="${OUT_DIR}/dist"
46 dist DIST_DIR=$DIST_DIR
Ddeterminism_test.sh31 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
Dbp2build.sh15 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" \
Dbuild_with_bazel.sh62 …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/
Dbuild-rustdocs.sh28 if [ -n "${DIST_DIR}" ]; then
29 mkdir -p ${DIST_DIR}
30 cp ${OUT_DIR}/soong/rustdoc.zip $DIST_DIR
Dbuild-ndk-prebuilts.sh31 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/
Drun_cuj_tests.sh26 if [ -n "${DIST_DIR}" ]; then
27 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
/build/make/tools/finalization/
Dlocalonly-steps.sh18 …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…
Dfinalize-vintf-resources.sh15 export DIST_DIR=out/dist
Dfinalize-sdk-resources.sh87 DIST_DIR=out/dist \
/build/make/packaging/
Ddistdir.mk29 $(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/
Dglobal.sb12 ; Allow writing to $OUT_DIR and $DIST_DIR
15 (subpath (param "DIST_DIR")))
/build/soong/
Dbuild_kzip.bash78 "$out/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
/build/make/
DUsage.txt43 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
DChanges.md519 ## `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/
Dconfig.mk103 $(KATI_obsolete_var DIST_DIR dist_goal,Use dist-for-goals instead. See $(CHANGES_URL)#dist)
DMakefile3492 || ( mkdir -p $${DIST_DIR}; \
3493 cp $(INSTALLED_FILES_FILE) $${DIST_DIR}/installed-files-rescued.txt; \