Searched refs:dist (Results 1 – 25 of 65) sorted by relevance
123
/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"] + [ 14 …path=out/soong/workspace //build/bazel_common_rules/dist:dist_bionic_example -- --dist_dir=/tmp/di…
|
D | dist.bzl | 1 # Rule to support Bazel in copying its output files to the dist dir outside of 14 # Create a manifest of dist files to differentiate them from other runfiles. 39 doc = """Generate a manifest of files to be dist to a directory.""", 43 doc = """Files or targets to copy to the dist dir. 50 doc = """Files or targets to be extracted to the dist dir. 66 """A dist rule to copy files out of Bazel's output directory into a custom location. 70 bazel run //path/to/my:dist_target -- --dist_dir=/tmp/dist 112 src = "//build/bazel_common_rules/dist:dist.py", 116 # The dist py_binary tool must be colocated in the same package as the 118 # dist_manifest is in the data runfiles of the dist tool.
|
/build/make/core/ |
D | distdir.mk | 36 define dist-for-goals 53 define dist-write-file 55 $(KATI_obsolete_var dist-for-goals,Cannot be used after dist-write-file) \ 69 .KATI_READONLY := dist-for-goals dist-write-file
|
D | main.mk | 1515 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET)) 1582 $(call dist-for-goals, bootimage, $(INSTALLED_BOOTIMAGE_TARGET)) 1680 $(call dist-for-goals, dist_files, $(SOONG_OUT_DIR)/module_bp_java_deps.json) 1681 $(call dist-for-goals, dist_files, $(PRODUCT_OUT)/module-info.json) 1702 $(call dist-for-goals,apps_only, $(apps_only_installed_files)) 1707 $(call dist-for-goals,apps_only, $(apps_only_bundle_files)) 1715 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files)) 1723 $(call dist-for-goals,apps_only, $(apps_only_dist_built_files)) 1727 $(call dist-for-goals,apps_only, $(JACOCO_REPORT_CLASSES_ALL)) 1731 $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP) $(PROGUARD_DICT_MAPPING)) [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 30 define copy-one-dist-file 41 $(eval $(call copy-one-dist-file,$(src),$(dst)))) 44 copy-one-dist-file :=
|
/build/bazel/ci/ |
D | bp2build.sh | 19 …SP_ROOT}/build/soong/soong_ui.bash" --make-mode BP2BUILD_VERBOSE=1 --skip-soong-tests bp2build dist 78 -//build/bazel/ci/dist/... 104 tools/bazel --max_idle_secs=5 run //build/bazel/ci/dist:mainline_modules ${FLAGS} --platforms=//bui… 105 tools/bazel --max_idle_secs=5 run //build/bazel/ci/dist:mainline_modules ${FLAGS} --platforms=//bui… 106 tools/bazel --max_idle_secs=5 run //build/bazel/ci/dist:mainline_modules ${FLAGS} --platforms=//bui… 107 tools/bazel --max_idle_secs=5 run //build/bazel/ci/dist:mainline_modules ${FLAGS} --platforms=//bui…
|
D | mixed_droid.sh | 21 dist DIST_DIR=$DIST_DIR
|
D | mixed_libc.sh | 31 dist DIST_DIR=$DIST_DIR
|
/build/make/core/tasks/ |
D | module-info.mk | 38 $(call dist-for-goals, general-tests, $(MODULE_INFO_JSON)) 39 $(call dist-for-goals, droidcore-unbundled, $(MODULE_INFO_JSON))
|
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 | cts.mk | 27 $(call dist-for-goals, cts, $(compatibility_zip) $(compatibility_tests_list_zip)) 194 $(call dist-for-goals, cts-api-coverage, $(cts-test-coverage-report):cts-test-coverage-report.html) 195 $(call dist-for-goals, cts-api-coverage, $(cts-system-api-coverage-report):cts-system-api-coverage-… 196 $(call dist-for-goals, cts-api-coverage, $(cts-system-api-xml-coverage-report):cts-system-api-cover… 197 $(call dist-for-goals, cts-api-coverage, $(cts-verifier-coverage-report):cts-verifier-coverage-repo… 198 $(call dist-for-goals, cts-api-coverage, $(cts-combined-coverage-report):cts-combined-coverage-repo… 199 $(call dist-for-goals, cts-api-coverage, $(cts-combined-xml-coverage-report):cts-combined-coverage-…
|
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 | collect_gpl_sources.mk | 29 $(call dist-for-goals,droidcore-unbundled,$(gpl_source_tgz))
|
D | cts_root.mk | 24 $(call dist-for-goals, cts_root, $(compatibility_zip))
|
D | vndk.mk | 26 $(call dist-for-goals, vndk, $(SOONG_VNDK_SNAPSHOT_ZIP))
|
D | mts.mk | 29 $(eval $(call dist-for-goals, $(suite), $(compatibility_zip))) \
|
D | find-shareduid-violation.mk | 39 $(call dist-for-goals,droidcore,$(shareduid_violation_modules_filename))
|
/build/soong/android/ |
D | androidmk.go | 368 for _, dist := range amod.Dists() { 370 goals := strings.Join(dist.Targets, " ") 374 if dist.Tag == nil { 378 tag = *dist.Tag 389 if len(tagPaths) > 1 && (dist.Dest != nil || dist.Suffix != nil) { 403 if dist.Tag != nil { 404 tagName = *dist.Tag 411 if dist.Dest != nil { 413 if dest, err = validateSafePath(*dist.Dest); err != nil { 421 if dist.Suffix != nil { [all …]
|
D | androidmk_test.go | 204 $(call dist-for-goals,my_goal,one.out:one.out) 205 $(call dist-for-goals,my_goal,two.out:other.out) 213 dist: { 370 dist: { 389 dist: { 409 dist: { 480 dist: { 510 dist: {
|
D | makevars.go | 200 dists []dist 217 type dist struct { struct 241 var dists []dist 407 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte { 424 for _, dist := range dists { 425 fmt.Fprintf(buf, ".PHONY: %s\n", strings.Join(dist.goals, " ")) 427 strings.Join(dist.goals, " "), strings.Join(dist.paths, " ")) 560 c.dists = append(c.dists, dist{
|
123