Searched refs:OUT_DIR (Results 1 – 25 of 33) sorted by relevance
12
/build/soong/scripts/ |
D | build-aml-prebuilts.sh | 13 export OUT_DIR=${OUT_DIR:-out} 15 if [ -e ${OUT_DIR}/soong/.soong.in_make ]; then 22 echo "Avoiding in-make OUT_DIR '${OUT_DIR}' - building in '${AML_OUT_DIR}' instead" 23 OUT_DIR=${AML_OUT_DIR} 37 OUT_DIR=${OUT_DIR}/get_build_var get_build_var "$@" 64 readonly SOONG_OUT=${OUT_DIR}/soong
|
D | build-ndk-prebuilts.sh | 17 if [ -z "${OUT_DIR}" ]; then 18 echo Must set OUT_DIR 33 SOONG_OUT=${OUT_DIR}/soong 34 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 | 54 OUT_DIR=$(source build/envsetup.sh > /dev/null; TARGET_PRODUCT= get_build_var OUT_DIR) 78 export OUT_DIR=${OUT_DIR}/aml 82 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/ |
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 | Usage.txt | 83 OUT_DIR The directory in which to place non-distribution
|
D | envsetup.sh | 1288 if [ ! "$OUT_DIR" = "" ]; then 1289 mkdir -p $OUT_DIR 1290 FILELIST=$OUT_DIR/filelist
|
D | buildspec.mk.default | 86 #OUT_DIR:=/tmp/stuff
|
/build/ |
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 | 1288 if [ ! "$OUT_DIR" = "" ]; then 1289 mkdir -p $OUT_DIR 1290 FILELIST=$OUT_DIR/filelist
|
D | buildspec.mk.default | 86 #OUT_DIR:=/tmp/stuff
|
/build/make/core/ |
D | ninja_config.mk | 7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
|
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 | 109 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
|
D | envsetup.mk | 310 SOONG_OUT_DIR := $(OUT_DIR)/soong 312 TARGET_OUT_ROOT := $(OUT_DIR)/target 314 HOST_OUT_ROOT := $(OUT_DIR)/host
|
D | pdk_config.mk | 133 PDK_FUSION_OUT_DIR := $(OUT_DIR)
|
D | product.mk | 31 $(file <$(OUT_DIR)/.module_paths/AndroidProducts.mk.list) \
|
/build/make/core/tasks/ |
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/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
|
12