Home
last modified time | relevance | path

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

/build/soong/android/
Dvariable_test.go138 Eng struct {
202 config.TestProductVariables.Eng = proptools.BoolPtr(true)
214 Eng struct {
294 config.TestProductVariables.Eng = boolPtr(true)
Dvariable.go97 Eng struct {
233 Eng *bool `json:",omitempty"` member
Dconfig.go749 return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)
756 func (c *config) Eng() bool { func
757 return Bool(c.productVariables.Eng)
/build/soong/java/
Ddex.go193 if ctx.Config().Eng() {
/build/
Dbuildspec.mk.default32 # for debugging. Eng has lots of extra tools for development.
/build/make/
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)))