Searched refs:DisableScudo (Results 1 – 4 of 4) sorted by relevance
108 $(call add_json_bool, DisableScudo, $(filter true,$(PRODUCT_DISABLE_SCUDO)))
242 DisableScudo *bool `json:",omitempty"` member
795 func (c *config) DisableScudo() bool { func796 return Bool(c.productVariables.DisableScudo)
394 if Bool(s.Address) || Bool(s.Thread) || Bool(s.Hwaddress) || ctx.Config().DisableScudo() {