Searched defs:config (Results 1 - 4 of 4) sorted by relevance

/build/core/
H A Dproduct.mk314 # whitespace placeholder when we record module's dex-preopt config.
316 # Set up dex-preopt config for a module.
318 # $(2) the modules' dex-preopt config
319 define add-product-dex-preopt-module-config
325 # whitespace placeholder when we record module's sanitizer config.
327 # Set up sanitizer config for a module.
329 # $(2) the modules' sanitizer config
330 define add-product-sanitizer-module-config
H A Daux_config.mk111 # Load system configuration referenced by AUX variant config;
112 # this is a build extension mechanism; typically system config
114 # system config may define new rules and globally visible BUILD*
116 # MAintains list of valiants that reference this os config in OS "indexed" var
121 define aux-import-os-config
125 $(if $(wildcard $(_aioc_os_cfg)),,$(error AUX '$(_aioc_os)' OS config file [$(notdir $(_aioc_os_cfg))] required by AUX variant '$(1)' does not exist)) \
131 # make sure that AUX config variables are minimally sane;
180 $(call aux-import-os-config,$(v)) \
/build/make/core/
H A Dproduct.mk314 # whitespace placeholder when we record module's dex-preopt config.
316 # Set up dex-preopt config for a module.
318 # $(2) the modules' dex-preopt config
319 define add-product-dex-preopt-module-config
325 # whitespace placeholder when we record module's sanitizer config.
327 # Set up sanitizer config for a module.
329 # $(2) the modules' sanitizer config
330 define add-product-sanitizer-module-config
H A Daux_config.mk111 # Load system configuration referenced by AUX variant config;
112 # this is a build extension mechanism; typically system config
114 # system config may define new rules and globally visible BUILD*
116 # MAintains list of valiants that reference this os config in OS "indexed" var
121 define aux-import-os-config
125 $(if $(wildcard $(_aioc_os_cfg)),,$(error AUX '$(_aioc_os)' OS config file [$(notdir $(_aioc_os_cfg))] required by AUX variant '$(1)' does not exist)) \
131 # make sure that AUX config variables are minimally sane;
180 $(call aux-import-os-config,$(v)) \

Completed in 120 milliseconds