Home
last modified time | relevance | path

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

/build/soong/cc/
Dstrip.go56 if ctx.Config().Debuggable() && !flags.stripKeepMiniDebugInfo && !isStaticLib {
Dcc_test.go3301 config.TestProductVariables.Debuggable = BoolPtr(true)
/build/soong/android/
Dvariable.go86 Debuggable struct {
232 Debuggable *bool `json:",omitempty"` member
Dconfig.go752 func (c *config) Debuggable() bool { func
753 return Bool(c.productVariables.Debuggable)
/build/make/core/
Dsoong_config.mk47 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…