Searched refs:OUT_DIR (Results 1 – 25 of 61) sorted by relevance
123
/build/soong/tests/ |
D | b_args_test.sh | 8 OUT_DIR="arbitrary_out" 11 if [[ $b_args != "build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invocation_id=… 13 …echo "Expected : build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invocation_id… 20 if [[ $b_args != "build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invocation_id=… 22 …echo "Expected : build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invocation_id… 29 if [[ $b_args != "--batch build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invoca… 31 …echo "Expected : --batch build --profile=$OUT_DIR/bazel_metrics-profile --config=bp2build --invoc… 36 OUT_DIR="mock_out"
|
/build/bazel/ci/ |
D | mixed_mode_toggle.sh | 22 if [[ -z ${OUT_DIR+x} ]]; then 23 OUT_DIR="out" 27 …echo "DIST_DIR not set. Using ${OUT_DIR}/dist. This should only be used for manual developer testi… 28 DIST_DIR="${OUT_DIR}/dist" 44 sentinel_file="${OUT_DIR}/bazel/output/execroot/__main__/bazel-out/*/bin/system/timezone/apex/com.a… 53 if [[ $(grep -L "bazel-out" ${OUT_DIR}/soong/build.aosp_arm64.ninja) ]]; then 72 if [[ ! $(grep -L "bazel-out" ${OUT_DIR}/soong/build.aosp_arm64.ninja) ]]; then 95 if [[ $(grep -L "bazel-out" ${OUT_DIR}/soong/build.aosp_arm64.ninja) ]]; then
|
D | determinism_test.sh | 27 if [[ -z ${OUT_DIR+x} ]]; then 28 OUT_DIR="out" 32 …echo "DIST_DIR not set. Using ${OUT_DIR}/dist. This should only be used for manual developer testi… 33 DIST_DIR="${OUT_DIR}/dist" 76 …find $OUT_DIR/soong/workspace -type f,l -iname "BUILD.bazel" -o -iname "*.bzl" | xargs "${PREBUILT… 77 find $OUT_DIR/soong/soong_injection -type f,l | xargs "${PREBUILTS}"/md5sum >> $filepath 78 "${PREBUILTS}"/md5sum $OUT_DIR/soong/Android-${TARGET_PRODUCT}.mk >> $filepath 80 "${PREBUILTS}"/md5sum $OUT_DIR/soong/build.${TARGET_PRODUCT}.ninja >> $filepath
|
D | ensure_allowlist_integrity.sh | 18 if [[ -z ${OUT_DIR+x} ]]; then 19 OUT_DIR="out" 23 …echo "DIST_DIR not set. Using ${OUT_DIR}/dist. This should only be used for manual developer testi… 24 DIST_DIR="${OUT_DIR}/dist"
|
D | bp2build.sh | 14 OUT_DIR=$(realpath ${OUT_DIR:-${SOURCE_ROOT}/out}) 16 DIST_DIR="${OUT_DIR}/dist" 17 …echo "DIST_DIR not set. Using ${OUT_DIR}/dist. This should only be used for manual developer testi…
|
D | multiproduct_analysis.sh | 5 OUT_DIR=$(realpath ${OUT_DIR:-out})
|
/build/make/core/ |
D | dupcheck.sh | 8 OUT_DIR="$1" 10 TMP_MD5="${OUT_DIR}/_dup_md5" 11 TMP_SIZE="${OUT_DIR}/_dup_size" 12 TMP_CHECK="${OUT_DIR}/_dup_tmp_check" 13 TMP_SIZE_REAL="${OUT_DIR}/_dup_size_real" 14 TMP_FILE1="${OUT_DIR}/_dup_f1" 15 TMP_FILE2="${OUT_DIR}/_dup_f2" 16 MD5_DUPLICATES="${OUT_DIR}/duplicate-libs-md5-${IMG}.txt" 17 SIZE_DUPLICATES="${OUT_DIR}/duplicate-libs-size-${IMG}.txt" 44 find ./"${OUT_DIR}"/${IMG}/ -name "lib*.so" -type f -print0 | xargs -0 md5sum | sed -e "s# .*/# #" … [all …]
|
D | cleanspec.mk | 61 $(call add-clean-step, rm -rf $(OUT_DIR)/obj/ETC/build_manifest-vendor_intermediates) 62 $(call add-clean-step, rm -rf $(OUT_DIR)/obj/ETC/build_manifest-odm_intermediates) 63 $(call add-clean-step, rm -rf $(OUT_DIR)/obj/ETC/build_manifest-product_intermediates) 73 $(file <$(OUT_DIR)/.module_paths/CleanSpec.mk.list)
|
D | distdir.mk | 67 …$$(if $$(strip $$(PRIVATE_TARGETS)),OUT_DIR=$(OUT_DIR) $(COMPLIANCE_LISTSHARE) -o $$@ $$(PRIVATE_T… 95 …$$(if $$(strip $$(PRIVATE_TARGETS)),OUT_DIR=$(OUT_DIR) $(TEXTNOTICE) -o $$@ @$$(PRIVATE_ARGUMENT_F… 148 OUT_DIR=$(OUT_DIR) $(BUILD_LICENSE_METADATA) \ 168 OUT_DIR=$(OUT_DIR) $(COPY_LICENSE_METADATA) \
|
D | product_config.mk | 151 android_products_makefiles := $(file <$(OUT_DIR)/.module_paths/AndroidProducts.mk.list) \ 236 $(shell mkdir -p $(OUT_DIR)/rbc) 237 $(call dump-variables-rbc, $(OUT_DIR)/rbc/make_vars_pre_product_config.mk) 239 $(shell $(OUT_DIR)/mk2rbc \ 240 --mode=write -r --outdir $(OUT_DIR)/rbc \ 241 --launcher=$(OUT_DIR)/rbc/launcher.rbc \ 242 --input_variables=$(OUT_DIR)/rbc/make_vars_pre_product_config.mk \ 243 --makefile_list=$(OUT_DIR)/.module_paths/configuration.list \ 249 $(shell build/soong/scripts/update_out $(OUT_DIR)/rbc/rbc_product_config_results.mk \ 250 $(OUT_DIR)/rbcrun --mode=rbc $(OUT_DIR)/rbc/launcher.rbc) [all …]
|
D | release_config.mk | 134 _flags_dir:=$(OUT_DIR)/soong/release-config 138 …$(shell $(OUT_DIR)/release-config $(_args) >$(OUT_DIR)/release-config.out && touch -t 200001010000… 145 $(KATI_extra_file_deps $(OUT_DIR)/release-config $(protobuf_map_files) $(_flags_file)) 163 : created by $(OUT_DIR)/release-config 165 : created by $(OUT_DIR)/release-config 367 $(file >$(OUT_DIR)/release_config_entrypoint.scl,$(_c)) 377 $(call run-starlark,$(OUT_DIR)/release_config_entrypoint.scl,$(OUT_DIR)/release_config_entrypoint.s…
|
D | ninja_config.mk | 7 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 20 export OUT_DIR="${OUT_DIR:-out}" 22 build/soong/soong_ui.bash --make-mode "${OUT_DIR}/host/${OS}-x86/bin/cuj_tests" 24 "${OUT_DIR}/host/${OS}-x86/bin/cuj_tests" || true 27 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/soong/scripts/ |
D | build-ndk-prebuilts.sh | 17 if [ -z "${OUT_DIR}" ]; then 18 echo Must set OUT_DIR 29 …TARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only ${OUT_DIR}/soong/ndk.timesta… 33 tar cjf ${DIST_DIR}/ndk_platform.tar.bz2 -C ${OUT_DIR}/soong ndk
|
D | build-rustdocs.sh | 20 if [ -z "${OUT_DIR}" ]; then 21 echo Must set OUT_DIR 30 cp ${OUT_DIR}/soong/rustdoc.zip $DIST_DIR
|
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/host/*/bin/multiproduct_kati)"
|
/build/bazel/scripts/ |
D | analyze_build | 14 if [[ -z ${OUT_DIR+x} ]]; then 15 OUT_DIR="$TOP/out" 18 if [ ! -f ${OUT_DIR}/soong/workspace/WORKSPACE ]; then
|
/build/bazel/scripts/incremental_build/ |
D | incremental_build.sh | 18 if [[ -z ${OUT_DIR+x} ]]; then 19 OUT_DIR="$TOP/out" 22 if [[ ! -f ${OUT_DIR}/soong/workspace/WORKSPACE ]]; then
|
D | clone.sh | 18 if [[ -z ${OUT_DIR+x} ]]; then 19 OUT_DIR="$TOP/out" 22 if [[ ! -f ${OUT_DIR}/soong/workspace/WORKSPACE ]]; then
|
D | pretty.sh | 18 if [[ -z ${OUT_DIR+x} ]]; then 19 OUT_DIR="$TOP/out" 22 if [[ ! -f ${OUT_DIR}/soong/workspace/WORKSPACE ]]; then
|
/build/make/tools/ide_query/ |
D | ide_query.sh | 36 export OUT_DIR=${OUT_DIR}
|
/build/make/ |
D | cogsetup.sh | 20 if [[ "${OUT_DIR}" == "" ]]; then 21 OUT_DIR="out"
|
/build/bazel/ |
D | lib.sh | 23 if [[ -z ${OUT_DIR+x} ]]; then 26 PROFILE_OUT=$OUT_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/tasks/ |
D | platform_availability_check.mk | 47 not_installable_file := $(patsubst $(OUT_DIR)/%,$(OUT_DIR)/NOT_AVAILABLE_FOR_PLATFORM/%,$(1))
|
123