/build/make/core/ |
D | distdir.mk | 36 define dist-for-goals 55 $(KATI_obsolete_var dist-for-goals,Cannot be used after dist-write-file) \ 69 .KATI_READONLY := dist-for-goals dist-write-file
|
D | soong_droiddoc_prebuilt.mk | 17 $(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip) 34 $(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip)
|
D | main.mk | 1304 $(call dist-for-goals,droidcore,$(CERTIFICATE_VIOLATION_MODULES_FILENAME)) 1494 $(call dist-for-goals, userdataimage, $(BUILT_USERDATAIMAGE_TARGET)) 1623 $(call dist-for-goals,apps_only, $(apps_only_installed_files)) 1628 $(call dist-for-goals,apps_only, $(apps_only_bundle_files)) 1636 $(call dist-for-goals,lint-check, $(apps_only_lint_report_files)) 1644 $(call dist-for-goals,apps_only, $(apps_only_dist_built_files)) 1648 $(call dist-for-goals,apps_only, $(JACOCO_REPORT_CLASSES_ALL)) 1652 $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP)) 1655 $(call dist-for-goals,apps_only, $(SYMBOLS_ZIP)) 1658 $(call dist-for-goals,apps_only, $(COVERAGE_ZIP)) [all …]
|
D | line_coverage.mk | 89 $(call dist-for-goals, haiku-line-coverage, \
|
D | dex_preopt.mk | 78 $(call dist-for-goals, droidcore, $(boot_zip))
|
/build/soong/android/ |
D | makevars.go | 103 DistForGoals(goals []string, paths ...Path) 108 DistForGoalsWithFilename(goals []string, path Path, filename string) 177 goals []string member 330 strings.Join(dist.goals, " "), strings.Join(dist.paths, " ")) 373 func (c *makeVarsContext) addDist(goals []string, paths []string) { 375 goals: goals, 412 func (c *makeVarsContext) DistForGoals(goals []string, paths ...Path) { 413 c.addDist(goals, Paths(paths).Strings()) 416 func (c *makeVarsContext) DistForGoalsWithFilename(goals []string, path Path, filename string) { 417 c.addDist(goals, []string{path.String() + ":" + filename})
|
D | androidmk.go | 197 goals := strings.Join(dist.Targets, " ") 220 panic(fmt.Errorf(errorMessage, goals, name, tagPaths)) 223 ret = append(ret, fmt.Sprintf(".PHONY: %s\n", goals)) 262 fmt.Sprintf("$(call dist-for-goals,%s,%s:%s)\n", goals, path.String(), dest))
|
/build/soong/ui/build/ |
D | dumpvars.go | 41 func DumpMakeVars(ctx Context, config Config, goals, vars []string) (map[string]string, error) { argument 66 ret, err = dumpMakeVars(ctx, config, goals, makeVars, false, tmpDir) 83 func dumpMakeVars(ctx Context, config Config, goals, vars []string, write_soong_vars bool, tmpDir s… argument 93 "MAKECMDGOALS="+strings.Join(goals, " "))
|
/build/make/core/tasks/ |
D | ide.mk | 17 define filter-ide-goals 26 eclipse_project_goals := $(call filter-ide-goals,ECLIPSE)
|
D | module-info.mk | 29 $(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))
|
D | mts.mk | 24 $(call dist-for-goals, mts, $(compatibility_zip))
|
D | sts.mk | 24 $(call dist-for-goals, sts, $(compatibility_zip))
|
D | find-shareduid-violation.mk | 32 $(call dist-for-goals,droidcore,$(shareduid_violation_modules_filename))
|
D | vendor_snapshot.mk | 23 $(call dist-for-goals, vendor-snapshot, $(SOONG_VENDOR_SNAPSHOT_ZIP))
|
D | collect_gpl_sources.mk | 29 $(call dist-for-goals,droidcore,$(gpl_source_tgz))
|
D | vndk.mk | 26 $(call dist-for-goals, vndk, $(SOONG_VNDK_SNAPSHOT_ZIP))
|
D | cts.mk | 24 $(call dist-for-goals, cts, $(compatibility_zip))
|
D | owners.mk | 33 $(call dist-for-goals, general-tests, $(owners_zip))
|
D | test_mapping.mk | 38 $(call dist-for-goals, dist_files test_mapping,$(test_mappings_zip))
|
D | tradefed-tests-list.mk | 36 $(call dist-for-goals, tradefed-tests-list, $(tradefed_tests_list_zip))
|
D | oem_image.mk | 44 $(call dist-for-goals, oem_image, $(INSTALLED_OEMIMAGE_TARGET))
|
D | vts-core-tests.mk | 46 $(call dist-for-goals, vts, $(compatibility_zip))
|
D | with-license.mk | 50 $(call dist-for-goals, with-license, $(with_license_zip))
|
D | device-tests.mk | 56 $(call dist-for-goals, device-tests, $(device-tests-zip) $(device-tests-list-zip) $(device-tests-co…
|
D | vendor_module_check.mk | 132 $(call dist-for-goals, droidcore, $(_vendor_module_owner_info_txt))
|