Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_config.go29 if f := ctx.Config().DexpreoptGlobalConfig(); f != "" {
/build/make/core/
Dsoong_config.mk155 $(call add_json_str, DexpreoptGlobalConfig, $(DEX_PREOPT_CONFIG))
/build/soong/android/
Dvariable.go276 DexpreoptGlobalConfig *string `json:",omitempty"` member
Dconfig.go801 func (c *config) DexpreoptGlobalConfig() string { func
802 return String(c.productVariables.DexpreoptGlobalConfig)