Home
last modified time | relevance | path

Searched refs:DexpreoptGlobalConfig (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dconfig.go944 func (c *config) DexpreoptGlobalConfig(ctx PathContext) ([]byte, error) { func
945 if c.productVariables.DexpreoptGlobalConfig == nil {
948 path := absolutePath(*c.productVariables.DexpreoptGlobalConfig)
Dvariable.go319 DexpreoptGlobalConfig *string `json:",omitempty"` member
/build/make/core/
Dsoong_config.mk184 $(call add_json_str, DexpreoptGlobalConfig, $(DEX_PREOPT_CONFIG))
/build/soong/dexpreopt/
Dconfig.go234 if data, err := ctx.Config().DexpreoptGlobalConfig(ctx); err != nil {