Home
last modified time | relevance | path

Searched refs:goals (Results 1 – 25 of 33) sorted by relevance

12

/build/make/core/
Ddistdir.mk36 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
Dsoong_droiddoc_prebuilt.mk17 $(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-docs.zip)
34 $(call dist-for-goals,docs,$(OUT_DOCS)/$(LOCAL_MODULE)-jdiff-docs.zip)
Dmain.mk1304 $(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 …]
Dline_coverage.mk89 $(call dist-for-goals, haiku-line-coverage, \
Ddex_preopt.mk78 $(call dist-for-goals, droidcore, $(boot_zip))
/build/soong/android/
Dmakevars.go103 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})
Dandroidmk.go197 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/
Ddumpvars.go41 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/
Dide.mk17 define filter-ide-goals
26 eclipse_project_goals := $(call filter-ide-goals,ECLIPSE)
Dmodule-info.mk29 $(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))
Dmts.mk24 $(call dist-for-goals, mts, $(compatibility_zip))
Dsts.mk24 $(call dist-for-goals, sts, $(compatibility_zip))
Dfind-shareduid-violation.mk32 $(call dist-for-goals,droidcore,$(shareduid_violation_modules_filename))
Dvendor_snapshot.mk23 $(call dist-for-goals, vendor-snapshot, $(SOONG_VENDOR_SNAPSHOT_ZIP))
Dcollect_gpl_sources.mk29 $(call dist-for-goals,droidcore,$(gpl_source_tgz))
Dvndk.mk26 $(call dist-for-goals, vndk, $(SOONG_VNDK_SNAPSHOT_ZIP))
Dcts.mk24 $(call dist-for-goals, cts, $(compatibility_zip))
Downers.mk33 $(call dist-for-goals, general-tests, $(owners_zip))
Dtest_mapping.mk38 $(call dist-for-goals, dist_files test_mapping,$(test_mappings_zip))
Dtradefed-tests-list.mk36 $(call dist-for-goals, tradefed-tests-list, $(tradefed_tests_list_zip))
Doem_image.mk44 $(call dist-for-goals, oem_image, $(INSTALLED_OEMIMAGE_TARGET))
Dvts-core-tests.mk46 $(call dist-for-goals, vts, $(compatibility_zip))
Dwith-license.mk50 $(call dist-for-goals, with-license, $(with_license_zip))
Ddevice-tests.mk56 $(call dist-for-goals, device-tests, $(device-tests-zip) $(device-tests-list-zip) $(device-tests-co…
Dvendor_module_check.mk132 $(call dist-for-goals, droidcore, $(_vendor_module_owner_info_txt))

12