Searched refs:DexpreoptGlobalConfig (Results 1 – 4 of 4) sorted by relevance
29 if f := ctx.Config().DexpreoptGlobalConfig(); f != "" {
155 $(call add_json_str, DexpreoptGlobalConfig, $(DEX_PREOPT_CONFIG))
276 DexpreoptGlobalConfig *string `json:",omitempty"` member
801 func (c *config) DexpreoptGlobalConfig() string { func802 return String(c.productVariables.DexpreoptGlobalConfig)