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