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