Searched defs:makefiles (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A Dproduct.mk41 define get-product-makefiles
59 define get-all-product-makefiles
60 $(call get-product-makefiles,$(_find-android-products-files))
64 # Functions for including product makefiles
H A Ddefinitions.mk135 ## Retrieve a list of all makefiles immediately below some directory
138 define all-makefiles-under
143 ## Look under a directory for makefiles that don't have parent
144 ## makefiles.
149 define first-makefiles-under
155 ## Retrieve a list of all makefiles immediately below your directory
158 define all-subdir-makefiles
159 $(call all-makefiles-under,$(call my-dir))
163 ## Look in the named list of directories for makefiles,
168 define all-named-subdir-makefiles
[all...]

Completed in 434 milliseconds