Lines Matching refs:then
158 name of the package, e.g. if the package is in `top/intermediate/package` then the package name is
231 is a namespace called "_scope_", then verifies it contains a "_name_" module and
325 If a module does not specify the `visibility` property then it uses the
328 If the `default_visibility` property is not set for the module's package then
332 If no `default_visibility` property can be found then the module uses the
344 `default_visibility = [//visibility:legacy_public]` added. It will then be the
528 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT -DFEATURE_DEFAULT -DSIZE=DEFA…
542 then `libacme_foo` would build with `cflags: "-DGENERIC -DSOC_DEFAULT
546 modules (`cc_defaults`, `java_defaults`, etc.), which can then be referenced
568 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:
580 To run the soong_build process in a debugger, install `dlv` and then start the build with
586 and then in another terminal: