Home
last modified time | relevance | path

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

12

/build/soong/scripts/
Dbuild-ndk-prebuilts.sh17 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
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)"
/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
Dcleanspec.mk67 $(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
Dproduct-graph.mk39 products_graph := $(OUT_DIR)/products.dot
Dcleanbuild.mk100 $(shell rm -rf $(OUT_DIR))
Dpdk_config.mk132 PDK_FUSION_OUT_DIR := $(OUT_DIR)
Denvsetup.mk289 SOONG_OUT_DIR := $(OUT_DIR)/soong
291 TARGET_OUT_ROOT := $(OUT_DIR)/target
293 HOST_OUT_ROOT := $(OUT_DIR)/host
Dmain.mk66 $(shell mkdir -p $(OUT_DIR) && \
67 echo -n $(BUILD_NUMBER) > $(OUT_DIR)/build_number.txt)
68 BUILD_NUMBER_FILE := $(OUT_DIR)/build_number.txt
90 EMPTY_DIRECTORY := $(OUT_DIR)/empty
109 $(hide) find $(OUT_DIR) -name "*.dex" | xargs rm -f
110 …$(hide) for i in `find $(OUT_DIR) -name "*.jar" -o -name "*.apk"` ; do ((unzip -l $$i 2> /dev/null…
475 subdir_makefiles := $(SOONG_ANDROID_MK) $(file <$(OUT_DIR)/.module_paths/Android.mk.list)
Ddex_preopt_config.mk125 $(call add_json_str, EmptyDirectory, $(OUT_DIR)/empty)
Dconfig.mk27 .KATI_READONLY := OUT_DIR TMPDIR BUILD_DATETIME_FILE
40 $(KATI_obsolete_var OUT,Use OUT_DIR instead. See $(CHANGES_URL)#OUT)
769 BUILD_NUMBER_FROM_FILE := $$(cat $(OUT_DIR)/build_number.txt)
Dproduct.mk31 $(file <$(OUT_DIR)/.module_paths/AndroidProducts.mk.list) \
Djava_common.mk154 $(filter-out $(OUT_DIR)/%,$(_base) $(_file))), \
/build/
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 …]
Dbuildspec.mk.default86 #OUT_DIR:=/tmp/stuff
Denvsetup.sh1463 if [ ! "$OUT_DIR" = "" ]; then
1464 mkdir -p $OUT_DIR
1465 FILELIST=$OUT_DIR/filelist
/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 …]
Dbuildspec.mk.default86 #OUT_DIR:=/tmp/stuff
DUsage.txt89 OUT_DIR The directory in which to place non-distribution
Denvsetup.sh1463 if [ ! "$OUT_DIR" = "" ]; then
1464 mkdir -p $OUT_DIR
1465 FILELIST=$OUT_DIR/filelist
/build/make/core/tasks/
Downers.mk20 owners_list := $(OUT_DIR)/.module_paths/OWNERS.list
Dtest_mapping.mk23 test_mapping_list := $(OUT_DIR)/.module_paths/TEST_MAPPING.list
/build/soong/docs/
Dperf.md8 viewed. Just open `$OUT_DIR/build.trace.gz` in Chrome's <chrome://tracing>, or
34 The `$OUT_DIR/soong.log` contains statistics from the regen check:
111 The state is stored in `$OUT_DIR/.kati_stamp*` files, and can be (partially)
187 `$OUT_DIR/.ninja_log`:
190 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

12