Home
last modified time | relevance | path

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

/build/make/core/
Dproguard.flags1 # We have moved -dontobfuscate and -dontoptimize to the makefiles.
Dproduct.mk81 define get-product-makefiles
105 define get-all-product-makefiles
106 $(call get-product-makefiles,$(_find-android-products-files))
Dproduct_config.mk180 all_product_configs := $(get-all-product-makefiles)
Ddefinitions.mk167 define all-makefiles-under
178 define first-makefiles-under
188 define all-subdir-makefiles
189 $(call all-makefiles-under,$(call my-dir))
199 define all-named-subdir-makefiles
Dbase_rules.mk297 …AL_PATH): LOCAL_BUILT_MODULE and LOCAL_INSTALLED_MODULE must not be defined by component makefiles)
Dmain.mk1873 @echo Successfully read the makefiles.
/build/make/
DREADME.md17 new build system written in Go. During the transition, all of these makefiles
DChanges.md57 or `PRODUCT_PACKAGES_DEBUG` in the appropriate product makefiles.
61 there are often better base product makefiles to use instead.
135 obvious when reading makefiles what is happening, and will help the build
363 deprecated in the makefiles. This will trigger a warning every time one is read
399 reread the makefiles every time this changes.
419 ideal to reread the makefiles every time.
/build/kati/
Dninja.cc716 unordered_set<string> makefiles; in GenerateStamp() local
717 MakefileCacheManager::Get()->GetAllFilenames(&makefiles); in GenerateStamp()
718 DumpInt(fp, makefiles.size() + 1); in GenerateStamp()
720 for (const string& makefile : makefiles) { in GenerateStamp()
/build/soong/cmd/pom2mk/
Dpom2mk.go367 -use-version can be used to only write makefiles for a specific version of those artifacts.
/build/soong/androidmk/cmd/androidmk/
Dandroidmk_test.go516 include $(call all-makefiles-under,$(LOCAL_PATH))