Home
last modified time | relevance | path

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

/build/soong/cc/
Dstrip.go77 if actx.Config().Debuggable() && !flags.StripKeepMiniDebugInfo && !isStaticLib {
Dcc_test.go3479 variables.Debuggable = BoolPtr(true)
/build/soong/android/
Dbuildinfo_prop.go95 } else if config.Debuggable() {
Dvariable.go110 Debuggable struct {
272 Debuggable *bool `json:",omitempty"` member
Dconfig.go927 func (c *config) Debuggable() bool { func
928 return Bool(c.productVariables.Debuggable)
/build/make/core/
Dsoong_config.mk46 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…