update docs for apex_available_name
Bug: 285138555 Change-Id: Ib987ac7a4995e69cbdbfc77adbf8d2b835e15cc2
This commit is contained in:
parent
ca81653730
commit
c3df113402
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ type apexBundleProperties struct {
|
|||
ApexType apexPackaging `blueprint:"mutated"`
|
||||
|
||||
// Name that dependencies can specify in their apex_available properties to refer to this module.
|
||||
// If not specified, this defaults to Soong module name.
|
||||
// If not specified, this defaults to Soong module name. This must be the name of a Soong module.
|
||||
Apex_available_name *string
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue