Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dsoong.go496 if config.JsonModuleGraph() {
565 if config.JsonModuleGraph() {
600 if config.JsonModuleGraph() {
Dconfig.go1023 if !c.JsonModuleGraph() && !c.Bp2Build() && !c.Queryview() && !c.SoongDocs() && !c.ApiBp2build() {
1155 func (c *configImpl) JsonModuleGraph() bool { func