Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 11 of 11) sorted by relevance

/build/make/tools/
Dmk2bp_catalog.py118 def Add(self, makefile): argument
119 self.makefiles[makefile.filename] = makefile
120 self.directories.setdefault(directory_group(makefile.filename), []).append(makefile)
181 def is_clean(makefile): argument
182 for analysis in makefile.analyses.values():
652 all_makefiles = [Analysis(makefile.filename, []) for makefile in makefiles]
653 clean_makefiles = [Analysis(makefile.filename, []) for makefile in makefiles
654 if is_clean(makefile)]
655 unblocked_makefiles = [Analysis(makefile.filename, []) for makefile in makefiles
657 soong.reverse_makefiles[makefile.filename])]
[all …]
/build/make/core/
Dproduct_config.mk155 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
165 $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\
166 $(if $(filter-out $(makefile),$(PRODUCTS)),$(eval $(call import-products,$(makefile))))\
Dmain.mk1307 $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\
1308 $(eval requirements := $(PRODUCTS.$(makefile).ARTIFACT_PATH_REQUIREMENTS)) \
1310 $(eval allowed := $(PRODUCTS.$(makefile).ARTIFACT_PATH_ALLOWED_LIST)) \
1313 $(eval files := $(call product-installed-files, $(makefile))) \
1316 $(makefile) produces files outside its artifact path requirement. \
1319 …$(call maybe-print-list-and-error,$(unused_allowed),$(makefile) includes redundant allowed entries…
1330 $(INTERNAL_PRODUCT) produces files inside $(makefile)s artifact path requirement. \
Dbase_rules.mk151 $(warning * section of a product makefile to have it installed.)
Ddefinitions.mk169 $(error my-dir must be called before including any other makefile.) \
/build/soong/docs/
Dperf.md179 for any makefile to be printed with `$(KATI_profile_makefile)`:
186 chunks, or even single lines, of a makefile. Just move the lines you want to
187 measure into a new makefile, and replace their use with an `include` of the
188 new makefile. It's possible to analyze where the time is being spent by doing
Dbest_practices.md189 completely by putting the `PRODUCT_PACKAGES` entry in a product makefile that
232 Then to select the correct gralloc implementation, a product makefile inherited
268 Then to select the correct gralloc implementation, a product makefile should
/build/soong/cmd/pom2mk/
Dpom2mk.go364 Don't put the specified module in the makefile.
380 The makefile is written to stdout, to be put in the current directory (often as Android.mk)
/build/make/tools/fs_config/
DREADME26 makefile and #include "generated_oem_aid.h" in the code wishing to use these identifiers.
/build/soong/
DREADME.md269 be referenced from a makefile without additional effort. If a module belongs to
270 an explicit namespace, it can be referenced from a makefile only after after the
/build/make/
DChanges.md161 makefile is calculating a path, and ran abspath/realpath/etc. This is a problem
660 the makefile system. If you need one of them, you'll have to set up your own