Home
last modified time | relevance | path

Searched refs:SoongDocsHtml (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dsoong.go350 description: fmt.Sprintf("generating Soong docs at %s", config.SoongDocsHtml()),
352 output: config.SoongDocsHtml(),
354 "--soong_docs", config.SoongDocsHtml(),
675 targets = append(targets, config.SoongDocsHtml())
Dconfig.go1033 func (c *configImpl) SoongDocsHtml() string { func