/aosp12/build/bazel/ci/ |
H A D | mixed_libc.sh | 6 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 D | mixed_droid.sh | 6 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 D | bp2build.sh | 7 if [[ -z ${DIST_DIR+x} ]]; then 9 DIST_DIR="out/dist"
|
/aosp12/art/build/ |
H A D | build-art-module.sh | 66 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 D | build-mainline-modules.sh | 75 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 D | build-ndk-prebuilts.sh | 69 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 D | dist_linux_bionic.sh | 28 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 D | run_tests.sh | 4 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 D | Android.bp | 45 // Copy the jar to DIST_DIR for sdk builds
|
/aosp12/build/soong/cuj/ |
H A D | run_cuj_tests.sh | 27 if [ -n "${DIST_DIR}" ]; then 28 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/aosp12/frameworks/multidex/ |
H A D | build.gradle | 47 * 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 D | run_build_test_target.py | 72 if env.DIST_DIR: 96 if env.DIST_DIR: 141 if env.DIST_DIR:
|
H A D | env.py | 142 DIST_DIR = _get_build_var('DIST_DIR') variable
|
H A D | testrunner.py | 1228 if env.DIST_DIR: 1229 shutil.copyfile(env.SOONG_OUT_DIR + '/build.ninja', env.DIST_DIR + '/soong.ninja')
|
/aosp12/build/make/packaging/ |
H A D | distdir.mk | 27 $(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 D | global.sb | 12 ; Allow writing to $OUT_DIR and $DIST_DIR 15 (subpath (param "DIST_DIR")))
|
/aosp12/build/make/ |
H A 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
|
H A D | Changes.md | 351 ## `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 D | build_artifacts.sh | 44 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 D | build_kzip.bash | 54 "$out/soong/host/linux-x86/bin/merge_zips" "$DIST_DIR/$allkzip" @<(find "$out" -name '*.kzip')
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | development.md | 8 …hout shared libraries) can be built with `make -j static_sdk_tools dist DIST_DIR=$OUTPUT_DIRECTORY…
|
/aosp12/art/tools/build/ |
H A D | var_list | 37 DIST_DIR
|
/aosp12/frameworks/layoutlib/create/tests/ |
H A D | Android.bp | 40 // Copy the jar to DIST_DIR for sdk builds
|
/aosp12/build/make/core/ |
H A D | config.mk | 100 $(KATI_obsolete_var DIST_DIR dist_goal,Use dist-for-goals instead. See $(CHANGES_URL)#dist)
|
H A D | Makefile | 2783 || ( mkdir -p $${DIST_DIR}; \ 2784 cp $(INSTALLED_FILES_FILE) $${DIST_DIR}/installed-files-rescued.txt; \
|