Consistent soong namescape example
Test: not required - documentation change Change-Id: Ib487278e7ca183fd968df70fb701a8cdf7266c19
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user