Searched refs:Eng (Results 1 – 6 of 6) sorted by relevance
96 Eng struct {196 Eng *bool `json:",omitempty"` member
635 return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)642 func (c *config) Eng() bool { func643 return Bool(c.productVariables.Eng)
164 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)))