Home
last modified time | relevance | path

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

/build/soong/android/
Dvariable_test.go138 Eng struct {
187 variables.Eng = proptools.BoolPtr(true)
212 Eng struct {
293 variables.Eng = boolPtr(true)
Dbuildinfo_prop.go93 if config.Eng() {
Dvariable.go134 Eng struct {
273 Eng *bool `json:",omitempty"` member
Dconfig.go924 return Bool(c.productVariables.MinimizeJavaDebugInfo) && !Bool(c.productVariables.Eng)
931 func (c *config) Eng() bool { func
932 return Bool(c.productVariables.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/soong/java/
Ddex.go291 if ctx.Config().Eng() {
/build/make/core/
Dsoong_config.mk47 $(call add_json_bool, Eng, $(filter eng,$(TARGET_BUILD_VARIANT)))