Searched refs:Eng (Results 1 – 7 of 7) sorted by relevance
138 Eng struct {202 config.TestProductVariables.Eng = proptools.BoolPtr(true)214 Eng struct {294 config.TestProductVariables.Eng = boolPtr(true)
97 Eng struct {233 Eng *bool `json:",omitempty"` member
749 return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)756 func (c *config) Eng() bool { func757 return Bool(c.productVariables.Eng)
193 if ctx.Config().Eng() {
32 # for debugging. Eng has lots of extra tools for development.
48 $(call add_json_bool, Eng, $(filter eng,$(TARGET_BUILD_VARIANT)))