Searched refs:makefiles (Results 1 – 15 of 15) sorted by relevance
/build/make/tools/ |
D | mk2bp_catalog.py | 115 self.makefiles = dict() 119 self.makefiles[makefile.filename] = makefile 183 for filename in soong.makefiles.get(dep, []): 194 def Add(self, makefiles, modules): argument 195 self.entries.append((makefiles, modules)) 207 self.makefiles = dict() 213 for (module, module_type, problem, dependencies, makefiles, installed) in reader: 215 makefiles = [f for f in makefiles.strip().split(' ') if f != ""] 223 self.makefiles[module] = makefiles 224 for f in makefiles: [all …]
|
D | soong_to_convert.py | 81 for (module, module_type, problem, dependencies, makefiles, installed) in reader:
|
/build/make/target/product/virtual_ab_ota/ |
D | README.md | 1 # Virtual A/B makefiles 3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
|
/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 | 184 define all-makefiles-under 195 define first-makefiles-under 205 define all-subdir-makefiles 206 $(call all-makefiles-under,$(call my-dir)) 216 define all-named-subdir-makefiles
|
D | base_rules.mk | 310 …AL_PATH): LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by component makefiles)
|
D | main.mk | 1937 @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 | 318 or `PRODUCT_PACKAGES_DEBUG` in the appropriate product makefiles. 322 there are often better base product makefiles to use instead. 396 obvious when reading makefiles what is happening, and will help the build 621 deprecated in the makefiles. This will trigger a warning every time one is read 657 reread the makefiles every time this changes. 677 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)
|