Searched refs:dist (Results 1 – 25 of 79) sorted by relevance
1234
/build/soong/cc/libbuildversion/tests/ |
D | Android.bp | 9 dist: { 14 dist: { 19 dist: { 24 dist: { 29 dist: { 34 dist: { 39 dist: { 44 dist: { 49 dist: { 54 dist: { [all …]
|
/build/bazel_common_rules/dist/ |
D | BUILD | 1 load(":dist.bzl", "copy_to_dist_dir") 4 exports_files(["dist.py"]) 7 name = "dist", 8 srcs = ["dist.bzl"], 16 …path=out/soong/workspace //build/bazel_common_rules/dist:dist_bionic_example -- --dist_dir=/tmp/di… 25 # For testing that `testonly` deps can be dist'd.
|
D | dist.bzl | 1 """Rule to support Bazel in copying its output files to the dist dir outside of 16 # Create a manifest of dist files to differentiate them from other runfiles. 41 doc = """Generate a manifest of files to be dist to a directory.""", 45 doc = """Files or targets to copy to the dist dir. 52 doc = """Files or targets to be extracted to the dist dir. 75 """A dist rule to copy files out of Bazel's output directory into a custom location. 79 bazel run //path/to/my:dist_target -- --dist_dir=/tmp/dist 143 See `dist.py` for allowed values and the default value. 182 src = "//build/bazel_common_rules/dist:dist.py", 186 # The dist py_binary tool must be colocated in the same package as the [all …]
|
/build/bazel/ci/dist/ |
D | BUILD | 1 load("//build/bazel_common_rules/dist:dist.bzl", "copy_to_dist_dir") 3 …n --package_path=out/soong/workspace //build/bazel/ci/dist:mainline_modules -- --dist_dir=/tmp/dist 4 # TODO(jingwen): use a split transition on --platforms to dist all 4 architectures in a single invo…
|
/build/make/packaging/ |
D | distdir.mk | 20 include $(KATI_PACKAGE_MK_DIR)/dist.mk 32 define copy-one-dist-file 33 $(2): .KATI_TAGS += ;rule_name=dist-cp 44 $(eval $(call copy-one-dist-file,$(src),$(dst)))) 47 copy-one-dist-file :=
|
/build/make/core/ |
D | distdir.mk | 36 define dist-for-goals 55 define dist-for-goals-with-filenametag 58 $(call dist-for-goals,$(1),$(file):$(call add_file_name_tag_suffix,$(file))))) 105 $(eval $(call __license-texts-rule,$(1),$(2),$(3),out/dist/)) 177 $(strip $(eval _mdir := $(call intermediates-dir-for,METAPACKAGING,meta)/out/dist)) \ 184 …$(eval $(call _dist-target-license-metadata-rule,out/dist/$(target),$(_mdir)/out/dist/$(target).me… 187 $(eval $(call dist-for-goals,$(_goals),$(_f):shareprojects/$(target).shareprojects)) \ 188 $(eval $(call dist-for-goals,$(_goals),$(_n):licensetexts/$(target).txt)) \ 189 …e,$(_f),$(foreach t, $(filter-out $(TARGETS_MISSING_LICENSE_METADATA),out/dist/$(target)),$(_mdir)… 190 …s),$(_n),$(foreach t,$(filter-out $(TARGETS_MISSING_LICENSE_METADATA),out/dist/$(target)),$(_mdir)… [all …]
|
D | layoutlib_data.mk | 40 $(call dist-for-goals, layoutlib, $(foreach m,$(fonts_device), $(m):layoutlib_native/fonts/$(notdir… 41 $(call dist-for-goals, layoutlib, $(foreach m,$(font_config), $(m):layoutlib_native/fonts/$(notdir … 42 $(call dist-for-goals, layoutlib, $(foreach m,$(keyboards), $(m):layoutlib_native/keyboards/$(notdi… 64 $(call dist-for-goals,layoutlib,$(LAYOUTLIB_BUILD_PROP)/layoutlib-build.prop:layoutlib_native/build… 83 $(call dist-for-goals,layoutlib,$(LAYOUTLIB_RES)/layoutlib-res.zip:layoutlib_native/res.zip) 141 $(call dist-for-goals,layoutlib,$(LAYOUTLIB_SBOM)/layoutlib.spdx.json:layoutlib_native/sbom/layoutl… 153 $(call dist-for-goals,layoutlib,$(LAYOUTLIB_SBOM)/framework_res.jar.spdx.json:layoutlib_native/sbom…
|
/build/make/tools/finalization/ |
D | localonly-steps.sh | 18 …RODUCT=sdk TARGET_RELEASE=fina_1 TARGET_BUILD_VARIANT=userdebug sdk dist sdk_repo DIST_DIR=out/dist 21 …UILD_VARIANT=userdebug UNBUNDLED_BUILD_SDKS_FROM_SOURCE=true DIST_DIR=out/dist "$top/vendor/google…
|
/build/bazel/ci/ |
D | mixed_mode_toggle.sh | 40 dist DIST_DIR=$DIST_DIR 68 dist DIST_DIR=$DIST_DIR 88 dist DIST_DIR=$DIST_DIR
|
D | build_with_bazel.sh | 51 …_ui.bash" --make-mode BP2BUILD_VERBOSE=1 TARGET_PRODUCT=${product} --skip-soong-tests bp2build dist 88 run //build/bazel/ci/dist:mainline_modules ${FLAGS[@]} \
|
D | mixed_droid.sh | 23 dist DIST_DIR=$DIST_DIR
|
D | ensure_allowlist_integrity.sh | 46 dist DIST_DIR=$DIST_DIR
|
/build/make/core/tasks/ |
D | vendor_snapshot.mk | 23 $(call dist-for-goals, vendor-snapshot, $(SOONG_VENDOR_SNAPSHOT_ZIP)) 28 $(call dist-for-goals, vendor-fake-snapshot, $(SOONG_VENDOR_FAKE_SNAPSHOT_ZIP):fake/$(notdir $(SOON…
|
D | csuite.mk | 23 $(call dist-for-goals, csuite, $(compatibility_zip))
|
D | sts.mk | 24 $(call dist-for-goals, sts, $(compatibility_zip))
|
D | recovery_snapshot.mk | 23 $(call dist-for-goals, recovery-snapshot, $(SOONG_RECOVERY_SNAPSHOT_ZIP))
|
D | catbox.mk | 24 $(call dist-for-goals, catbox, $(compatibility_zip))
|
D | cts_root.mk | 24 $(call dist-for-goals, cts_root, $(compatibility_zip))
|
D | find-shareduid-violation.mk | 39 $(call dist-for-goals,droidcore,$(shareduid_violation_modules_filename))
|
D | mcts.mk | 29 $(eval $(call dist-for-goals, $(suite), $(compatibility_zip))) \
|
D | mts.mk | 29 $(eval $(call dist-for-goals, $(suite), $(compatibility_zip))) \
|
D | owners.mk | 33 $(call dist-for-goals, general-tests, $(owners_zip))
|
D | vts-core-tests.mk | 32 $(call dist-for-goals, vts, $(compatibility_zip) $(compatibility_tests_list_zip))
|
/build/soong/android/ |
D | androidmk.go | 379 for _, dist := range amod.Dists() { 381 goals := strings.Join(dist.Targets, " ") 385 if dist.Tag == nil { 389 tag = *dist.Tag 400 if len(tagPaths) > 1 && (dist.Dest != nil || dist.Suffix != nil) { 414 if dist.Tag != nil { 415 tagName = *dist.Tag 422 if dist.Dest != nil { 424 if dest, err = validateSafePath(*dist.Dest); err != nil { 432 if dist.Suffix != nil { [all …]
|
D | androidmk_test.go | 208 $(call dist-for-goals,my_goal,one.out:one.out) 210 $(call dist-for-goals,my_goal,two.out:other.out) 218 dist: { 383 dist: { 402 dist: { 422 dist: { 493 dist: { 523 dist: {
|
1234