Searched refs:OUT_DIR (Results 1 – 25 of 32) sorted by relevance
12
/build/soong/scripts/ |
D | build-aml-prebuilts.sh | 23 export OUT_DIR=${OUT_DIR:-out} 25 if [ -e ${OUT_DIR}/soong/.soong.kati_enabled ]; then 32 echo "Avoiding in-make OUT_DIR '${OUT_DIR}' - building in '${AML_OUT_DIR}' instead" 33 OUT_DIR=${AML_OUT_DIR} 36 mkdir -p ${OUT_DIR}/soong 41 vars="$(OUT_DIR=${OUT_DIR}/dumpvars_mode build/soong/soong_ui.bash \ 49 echo -n ${BUILD_NUMBER} > ${OUT_DIR}/soong/build_number.txt
|
D | build-ndk-prebuilts.sh | 17 if [ -z "${OUT_DIR}" ]; then 18 echo Must set OUT_DIR 38 SOONG_OUT=${OUT_DIR}/soong 39 SOONG_NDK_OUT=${OUT_DIR}/soong/ndk
|
D | diff_build_graphs.sh | 74 OUT_DIR="${OUT_DIR-}" 75 if [ -z "$OUT_DIR" ]; then 76 OUT_DIR=out 78 WORK_DIR="$OUT_DIR/diff" 101 builder="$(echo $OUT_DIR/soong/host/*/bin/multiproduct_kati)"
|
D | build-mainline-modules.sh | 74 OUT_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var OUT_DIR) 104 export OUT_DIR=${OUT_DIR}/aml 109 echo_and_run cp -R ${OUT_DIR}/soong/mainline-sdks ${DIST_DIR}
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 20 export OUT_DIR="${OUT_DIR:-out}" 21 readonly SOONG_OUT="${OUT_DIR}/soong" 28 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 12 ; Allow writing to $OUT_DIR and $DIST_DIR 14 (subpath (param "OUT_DIR")) 42 (allow network-outbound (literal (string-append (param "OUT_DIR") "/.path_interposer_log")))
|
/build/make/core/ |
D | ninja_config.mk | 7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
|
D | dumpconfig.mk | 53 OUT_DIR := out 55 BUILD_DATETIME_FILE := $(OUT_DIR)/build_date.txt
|
D | cleanspec.mk | 67 $(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
|
D | product-graph.mk | 38 products_graph := $(OUT_DIR)/products.dot
|
D | cleanbuild.mk | 100 $(shell rm -rf $(OUT_DIR))
|
D | dex_preopt_config.mk | 131 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
|
D | envsetup.mk | 333 SOONG_OUT_DIR := $(OUT_DIR)/soong 335 TARGET_OUT_ROOT := $(OUT_DIR)/target 337 HOST_OUT_ROOT := $(OUT_DIR)/host
|
/build/make/core/tasks/ |
D | platform_availability_check.mk | 47 not_installable_file := $(patsubst $(OUT_DIR)/%,$(OUT_DIR)/NOT_AVAILABLE_FOR_PLATFORM/%,$(1))
|
D | owners.mk | 20 owners_list := $(OUT_DIR)/.module_paths/OWNERS.list
|
D | test_mapping.mk | 23 test_mapping_list := $(OUT_DIR)/.module_paths/TEST_MAPPING.list
|
/build/make/ |
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS) 131 $(call add-clean-step, rm -rf $(OUT_DIR)/host/darwin-x86/obj) 133 $(call add-clean-step, rm -f $(OUT_DIR)/versions_checked.mk) 185 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 188 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ApplicationsProvider_intermediates) 192 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin.… 193 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin.… 194 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.pluginh… 195 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.plugin_… 196 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.omadm.service… [all …]
|
D | envsetup.sh | 1397 if [ ! "$OUT_DIR" = "" ]; then 1398 mkdir -p $OUT_DIR 1399 FILELIST=$OUT_DIR/filelist 1829 if [[ -z "$OUT_DIR" ]]; then 1831 OUT_DIR=out 1833 OUT_DIR=${OUT_DIR_COMMON_BASE}/${PWD##*/} 1841 -f $OUT_DIR/combined-${TARGET_PRODUCT}.ninja \
|
D | Usage.txt | 83 OUT_DIR The directory in which to place non-distribution
|
D | buildspec.mk.default | 86 #OUT_DIR:=/tmp/stuff
|
/build/bazel/ |
D | common.bazelrc | 55 # Note that this hardcodes the output dir. It will not work if $OUT_DIR != out. 59 # Note that this hardcodes the output dir. It will not work if $OUT_DIR != out.
|
/build/soong/bloaty/ |
D | file_sections.proto | 30 // Relative path from $OUT_DIR.
|
/build/soong/docs/ |
D | perf.md | 8 viewed. Just open `$OUT_DIR/build.trace.gz` in Chrome's <chrome://tracing>, or 18 elapsed wall time in `$OUT_DIR/soong.log`. For example: 69 The `$OUT_DIR/verbose.log.gz` contains statistics from the regen check: 147 The state is stored in `$OUT_DIR/.kati_stamp*` files, and can be (partially) 262 `$OUT_DIR/.ninja_log`: 265 sed -i "/\/build.ninja/d" $(get_build_var OUT_DIR)/.ninja_log
|
D | best_practices.md | 6 `$OUT_DIR`. We expect to enforce this in the future. 9 file, generate that file into `$OUT_DIR` during the build, fail the build 32 Don't assume that `$OUT_DIR` is `out`. The source and output trees are very 36 Don't assume that `$OUT_DIR` is under `$PWD`, users can set it to a relative path
|
/build/ |
D | buildspec.mk.default | 86 #OUT_DIR:=/tmp/stuff
|
12