Searched refs:makefiles (Results 1 – 14 of 14) sorted by relevance
/build/make/tools/ |
D | mk2bp_catalog.py | 115 self.makefiles = dict() 119 self.makefiles[makefile.filename] = makefile 192 def Add(self, makefiles, modules): argument 193 self.entries.append((makefiles, modules)) 205 self.makefiles = dict() 210 for (module, module_type, problem, dependencies, makefiles, installed) in reader: 212 makefiles = [f for f in makefiles.strip().split(' ') if f != ""] 220 self.makefiles[module] = makefiles 221 for f in makefiles: 607 makefiles = set(itertools.chain.from_iterable( [all …]
|
D | soong_to_convert.py | 81 for (module, module_type, problem, dependencies, makefiles, installed) in reader:
|
/build/make/core/ |
D | proguard.flags | 1 # We have moved -dontobfuscate and -dontoptimize to the makefiles.
|
D | product.mk | 81 define get-product-makefiles 105 define get-all-product-makefiles 106 $(call get-product-makefiles,$(_find-android-products-files))
|
D | product_config.mk | 112 all_product_configs := $(get-all-product-makefiles)
|
D | definitions.mk | 181 define all-makefiles-under 192 define first-makefiles-under 202 define all-subdir-makefiles 203 $(call all-makefiles-under,$(call my-dir)) 213 define all-named-subdir-makefiles
|
D | base_rules.mk | 289 …AL_PATH): LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by component makefiles)
|
D | main.mk | 1850 @echo Successfully read the makefiles.
|
/build/make/ |
D | README.md | 17 new build system written in Go. During the transition, all of these makefiles
|
D | Changes.md | 264 or `PRODUCT_PACKAGES_DEBUG` in the appropriate product makefiles. 268 there are often better base product makefiles to use instead. 342 obvious when reading makefiles what is happening, and will help the build 567 deprecated in the makefiles. This will trigger a warning every time one is read 603 reread the makefiles every time this changes. 623 ideal to reread the makefiles every time.
|
/build/soong/ |
D | README.md | 260 #### Referencing modules in makefiles 262 While we are gradually converting makefiles to Android.bp files, Android build 274 Note that makefiles have no notion of namespaces and exposing namespaces with
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 373 -use-version can be used to only write makefiles for a specific version of those artifacts.
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 516 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/build/soong/docs/ |
D | perf.md | 158 verbose: *kati*: included makefiles: 73.640833 / 232810 (1066 unique)
|