Home
last modified time | relevance | path

Searched refs:Eng (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dvariable.go96 Eng struct {
196 Eng *bool `json:",omitempty"` member
Dconfig.go635 return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)
642 func (c *config) Eng() bool { func
643 return Bool(c.productVariables.Eng)
/build/soong/java/
Ddex.go164 if ctx.Config().Eng() {
/build/make/
Dbuildspec.mk.default32 # for debugging. Eng has lots of extra tools for development.
/build/
Dbuildspec.mk.default32 # for debugging. Eng has lots of extra tools for development.
/build/make/core/
Dsoong_config.mk48 $(call add_json_bool, Eng, $(filter eng,$(TARGET_BUILD_VARIANT)))