Expand namespaces explanation.

Test: N/A
Change-Id: Iec7d40e6886285046fbe00aea8e19073c6c1ba73
This commit is contained in:
Sasha Smundak
2019-11-21 13:23:44 -08:00
parent 667039f404
commit d42609e15c
2 changed files with 104 additions and 27 deletions

View File

@@ -240,8 +240,8 @@ PRODUCT_PROPERTY_OVERRIDES += ro.hardware.gralloc=soc_a
In cases where the names cannot be made unique a `soong_namespace` should be
used to partition a set of modules so that they are built only when the
namespace is listed in `PRODUCT_SOONG_NAMESPACES`. See the
[Name resolution](../README.md#name-resolution) section of the Soong README.md
for more on namespaces.
[Referencing Modules](../README.md#referencing-modules) section of the Soong
README.md for more on namespaces.
### Module with name based on variable