Home
last modified time | relevance | path

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

12

/build/soong/scripts/
Dbuild-aml-prebuilts.sh23 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
Dbuild-ndk-prebuilts.sh17 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
Ddiff_build_graphs.sh74 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)"
Dbuild-mainline-modules.sh74 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/
Drun_cuj_tests.sh20 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/
Dglobal.sb12 ; 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/
Dninja_config.mk7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
Ddumpconfig.mk53 OUT_DIR := out
55 BUILD_DATETIME_FILE := $(OUT_DIR)/build_date.txt
Dcleanspec.mk67 $(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
Dproduct-graph.mk38 products_graph := $(OUT_DIR)/products.dot
Dcleanbuild.mk100 $(shell rm -rf $(OUT_DIR))
Ddex_preopt_config.mk131 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
Denvsetup.mk333 SOONG_OUT_DIR := $(OUT_DIR)/soong
335 TARGET_OUT_ROOT := $(OUT_DIR)/target
337 HOST_OUT_ROOT := $(OUT_DIR)/host
/build/make/core/tasks/
Dplatform_availability_check.mk47 not_installable_file := $(patsubst $(OUT_DIR)/%,$(OUT_DIR)/NOT_AVAILABLE_FOR_PLATFORM/%,$(1))
Downers.mk20 owners_list := $(OUT_DIR)/.module_paths/OWNERS.list
Dtest_mapping.mk23 test_mapping_list := $(OUT_DIR)/.module_paths/TEST_MAPPING.list
/build/make/
DCleanSpec.mk47 $(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 …]
Denvsetup.sh1397 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 \
DUsage.txt83 OUT_DIR The directory in which to place non-distribution
Dbuildspec.mk.default86 #OUT_DIR:=/tmp/stuff
/build/bazel/
Dcommon.bazelrc55 # 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/
Dfile_sections.proto30 // Relative path from $OUT_DIR.
/build/soong/docs/
Dperf.md8 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
Dbest_practices.md6 `$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/
Dbuildspec.mk.default86 #OUT_DIR:=/tmp/stuff

12