Searched refs:Debuggable (Results 1 – 6 of 6) sorted by relevance
77 if actx.Config().Debuggable() && !flags.StripKeepMiniDebugInfo && !isStaticLib {
3479 variables.Debuggable = BoolPtr(true)
95 } else if config.Debuggable() {
110 Debuggable struct {272 Debuggable *bool `json:",omitempty"` member
927 func (c *config) Debuggable() bool { func928 return Bool(c.productVariables.Debuggable)
46 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…