Searched refs:Debuggable (Results 1 – 5 of 5) sorted by relevance
56 if ctx.Config().Debuggable() && !flags.stripKeepMiniDebugInfo && !isStaticLib {
3301 config.TestProductVariables.Debuggable = BoolPtr(true)
86 Debuggable struct {232 Debuggable *bool `json:",omitempty"` member
752 func (c *config) Debuggable() bool { func753 return Bool(c.productVariables.Debuggable)
47 $(call add_json_bool, Debuggable, $(filter userdebug eng,$(TARGET_BUILD_VARI…