Home
last modified time | relevance | path

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

12

/build/soong/cc/libbuildversion/tests/
DAndroid.bp5 dist: {
10 dist: {
15 dist: {
20 dist: {
25 dist: {
30 dist: {
35 dist: {
40 dist: {
48 dist: {
67 dist: {
/build/make/core/
Ddistdir.mk36 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
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, \
/build/make/packaging/
Ddistdir.mk20 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/soong/android/
Dandroidmk.go195 for _, dist := range amod.Dists() {
197 goals := strings.Join(dist.Targets, " ")
201 if dist.Tag == nil {
205 tag = *dist.Tag
216 if len(tagPaths) > 1 && (dist.Dest != nil || dist.Suffix != nil) {
230 if dist.Tag != nil {
231 tagName = *dist.Tag
238 if dist.Dest != nil {
240 if dest, err = validateSafePath(*dist.Dest); err != nil {
246 if dist.Suffix != nil {
[all …]
Dmakevars.go159 dists []dist
176 type dist struct { struct
197 var dists []dist
311 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte {
328 for _, dist := range dists {
330 strings.Join(dist.goals, " "), strings.Join(dist.paths, " "))
374 c.dists = append(c.dists, dist{
Dandroidmk_test.go114 dist: {
128 dist: {
181 dist: {
202 dist: {
/build/soong/java/
Dandroidmk_test.go144 dist: {
152 dist: {
180 dist: {
216 dist: {
/build/make/core/tasks/
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))
/build/make/tools/signapk/
DAndroid.bp34 dist: {

12