Home
last modified time | relevance | path

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

/aosp12/build/bazel/ci/
H A Dmixed_libc.sh6 if [[ -z ${DIST_DIR+x} ]]; then
8 DIST_DIR="out/dist"
12 …rate_limit=5" TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug libc dist DIST_DIR=$DIST_DIR
26 …it=5" TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug libbacktrace dist DIST_DIR=$DIST_DIR
H A Dmixed_droid.sh6 if [[ -z ${DIST_DIR+x} ]]; then
8 DIST_DIR="out/dist"
12 …ate_limit=5" TARGET_PRODUCT=aosp_arm64 TARGET_BUILD_VARIANT=userdebug droid dist DIST_DIR=$DIST_DIR
H A Dbp2build.sh7 if [[ -z ${DIST_DIR+x} ]]; then
9 DIST_DIR="out/dist"
/aosp12/art/build/
H A Dbuild-art-module.sh66 export DIST_DIR=${DIST_DIR:-${OUT_DIR}/dist}
99 mkdir -p ${DIST_DIR}/${TARGET_ARCH}
102 ${DIST_DIR}/${TARGET_ARCH}/
126 rm -rf ${DIST_DIR}/mainline-sdks
127 mkdir -p ${DIST_DIR}
128 echo_and_run cp -r ${OUT_DIR}/soong/mainline-sdks ${DIST_DIR}/
/aosp12/build/soong/scripts/
H A Dbuild-mainline-modules.sh75 DIST_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var DIST_DIR)
85 rm -rf ${DIST_DIR}/${TARGET_ARCH}/
86 mkdir -p ${DIST_DIR}/${TARGET_ARCH}/
88 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/apex/${module}.apex ${DIST_DIR}/${TARGET_ARCH}/
92 echo_and_run cp ${PWD}/${PRODUCT_OUT}/system/${libdir}/${library}.so ${DIST_DIR}/${TARGET_ARCH}/
108 rm -rf ${DIST_DIR}/mainline-sdks
109 echo_and_run cp -R ${OUT_DIR}/soong/mainline-sdks ${DIST_DIR}
H A Dbuild-ndk-prebuilts.sh69 if [ -n "${DIST_DIR}" ]; then
70 mkdir -p ${DIST_DIR} || true
71 tar cjf ${DIST_DIR}/ndk_platform.tar.bz2 -C ${SOONG_OUT} ndk
/aosp12/art/tools/
H A Ddist_linux_bionic.sh28 if [[ -z $DIST_DIR ]]; then
43 mkdir -p $DIST_DIR
44 cp -R ${out_dir}/soong/host/* $DIST_DIR/
/aosp12/frameworks/layoutlib/bridge/tests/
H A Drun_tests.sh4 readonly DIST_DIR="$2"
32 if [[ -d "${DIST_DIR}" ]] && [[ -e "${OUT_DIR}/${FAILURE_ZIP}" ]]; then
33 mv ${OUT_DIR}/${FAILURE_ZIP} ${DIST_DIR}
H A DAndroid.bp45 // Copy the jar to DIST_DIR for sdk builds
/aosp12/build/soong/cuj/
H A Drun_cuj_tests.sh27 if [ -n "${DIST_DIR}" ]; then
28 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
/aosp12/frameworks/multidex/
H A Dbuild.gradle47 * The DIST_DIR is where you want to save things from the build.
49 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
51 if (System.env.DIST_DIR != null && System.env.OUT_DIR != null) {
53 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
/aosp12/art/test/testrunner/
H A Drun_build_test_target.py72 if env.DIST_DIR:
96 if env.DIST_DIR:
141 if env.DIST_DIR:
H A Denv.py142 DIST_DIR = _get_build_var('DIST_DIR') variable
H A Dtestrunner.py1228 if env.DIST_DIR:
1229 shutil.copyfile(env.SOONG_OUT_DIR + '/build.ninja', env.DIST_DIR + '/soong.ninja')
/aosp12/build/make/packaging/
H A Ddistdir.mk27 $(eval _dist_$$(goal): $$(DIST_DIR)/$$(output)), \
40 $(eval dst := $(DIST_DIR)/$(call word-colon,2,$(pair))) \
/aosp12/build/soong/ui/build/sandbox/darwin/
H A Dglobal.sb12 ; Allow writing to $OUT_DIR and $DIST_DIR
15 (subpath (param "DIST_DIR")))
/aosp12/build/make/
H A 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
H A DChanges.md351 ## `DIST_DIR`, `dist_goal`, and `dist-for-goals` {#dist}
353 `DIST_DIR` and `dist_goal` are no longer available when reading Android.mk
355 a PHONY goal, and a list of files to copy to `$DIST_DIR`. Whenever `dist` is
358 into `$DIST_DIR`. For example,
364 will copy `bar/baz` into `$DIST_DIR/baz` when `m foo dist` is run.
375 will copy `bar/baz` into `$DIST_DIR/logs/foo.log` when `m foo dist` is run.
/aosp12/system/apex/tests/testdata/sharedlibs/build/
H A Dbuild_artifacts.sh44 DIST_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var DIST_DIR)
120 "${DIST_DIR}"/"${ar[1]}".apex \
/aosp12/build/soong/
H A Dbuild_kzip.bash54 "$out/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
/aosp12/frameworks/base/tools/aapt2/
H A Ddevelopment.md8 …hout shared libraries) can be built with `make -j static_sdk_tools dist DIST_DIR=$OUTPUT_DIRECTORY…
/aosp12/art/tools/build/
H A Dvar_list37 DIST_DIR
/aosp12/frameworks/layoutlib/create/tests/
H A DAndroid.bp40 // Copy the jar to DIST_DIR for sdk builds
/aosp12/build/make/core/
H A Dconfig.mk100 $(KATI_obsolete_var DIST_DIR dist_goal,Use dist-for-goals instead. See $(CHANGES_URL)#dist)
H A DMakefile2783 || ( mkdir -p $${DIST_DIR}; \
2784 cp $(INSTALLED_FILES_FILE) $${DIST_DIR}/installed-files-rescued.txt; \