Home
last modified time | relevance | path

Searched refs:dist (Results 1 – 25 of 79) sorted by relevance

1234

/build/soong/cc/libbuildversion/tests/
DAndroid.bp9 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/
DBUILD1 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.
Ddist.bzl1 """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/
DBUILD1 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/
Ddistdir.mk20 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/
Ddistdir.mk36 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 …]
Dlayoutlib_data.mk40 $(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/
Dlocalonly-steps.sh18 …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/
Dmixed_mode_toggle.sh40 dist DIST_DIR=$DIST_DIR
68 dist DIST_DIR=$DIST_DIR
88 dist DIST_DIR=$DIST_DIR
Dbuild_with_bazel.sh51 …_ui.bash" --make-mode BP2BUILD_VERBOSE=1 TARGET_PRODUCT=${product} --skip-soong-tests bp2build dist
88 run //build/bazel/ci/dist:mainline_modules ${FLAGS[@]} \
Dmixed_droid.sh23 dist DIST_DIR=$DIST_DIR
Densure_allowlist_integrity.sh46 dist DIST_DIR=$DIST_DIR
/build/make/core/tasks/
Dvendor_snapshot.mk23 $(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…
Dcsuite.mk23 $(call dist-for-goals, csuite, $(compatibility_zip))
Dsts.mk24 $(call dist-for-goals, sts, $(compatibility_zip))
Drecovery_snapshot.mk23 $(call dist-for-goals, recovery-snapshot, $(SOONG_RECOVERY_SNAPSHOT_ZIP))
Dcatbox.mk24 $(call dist-for-goals, catbox, $(compatibility_zip))
Dcts_root.mk24 $(call dist-for-goals, cts_root, $(compatibility_zip))
Dfind-shareduid-violation.mk39 $(call dist-for-goals,droidcore,$(shareduid_violation_modules_filename))
Dmcts.mk29 $(eval $(call dist-for-goals, $(suite), $(compatibility_zip))) \
Dmts.mk29 $(eval $(call dist-for-goals, $(suite), $(compatibility_zip))) \
Downers.mk33 $(call dist-for-goals, general-tests, $(owners_zip))
Dvts-core-tests.mk32 $(call dist-for-goals, vts, $(compatibility_zip) $(compatibility_tests_list_zip))
/build/soong/android/
Dandroidmk.go379 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 …]
Dandroidmk_test.go208 $(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