Lines Matching refs:be
16 to [Bazel BUILD files](https://www.bazel.io/versions/master/docs/be/overview.html)
33 Every module must have a `name` property, and the value must be unique across
63 can be appended to with a += assignment, but only before they have been
86 Strings, lists of strings, and maps can be appended using the `+` operator.
87 Integers can be summed up using the `+` operator. Appending a map produces the
93 A defaults module can be used to repeat the same properties in multiple modules.
114 A namespace can be declared like this:
123 Each Soong module is considered to be in the namespace defined by the
126 case the module is considered to be in the implicit root namespace.
130 of the form "//namespace:module", only the specified namespace will be searched
136 Until we have fully converted from Make to Soong, it will be necessary for the
138 should be a space-separated list of namespaces that Soong export to Make to be
164 custom Makefile rules, complex conditionals or extra includes must be converted
172 be built in multiple variants, for example by adding `host_supported: true`.
174 be resolved by hand to a single module with any differences inside
199 in Go, where high level language features can be used and implicit dependencies
200 introduced by conditionals can be tracked. Most conditionals are converted
201 to a map property, where one of the values in the map will be selected and