Consistent soong namescape example

Test: not required - documentation change

Change-Id: Ib487278e7ca183fd968df70fb701a8cdf7266c19
This commit is contained in:
Filip
2021-06-29 21:23:39 +00:00
parent 54f92016bc
commit 87112d6aca

View File

@@ -213,8 +213,8 @@ has empty name.
A module name's **scope** is the smallest namespace containing it. Suppose a A module name's **scope** is the smallest namespace containing it. Suppose a
source tree has `device/my` and `device/my/display` namespaces. If `libfoo` source tree has `device/my` and `device/my/display` namespaces. If `libfoo`
module is defined in `device/co/display/lib/Android.bp`, its namespace is module is defined in `device/my/display/lib/Android.bp`, its namespace is
`device/co/display`. `device/my/display`.
The name uniqueness thus means that module's name is unique within its scope. In The name uniqueness thus means that module's name is unique within its scope. In
other words, "//_scope_:_name_" is globally unique module reference, e.g, other words, "//_scope_:_name_" is globally unique module reference, e.g,