update docs for apex_available_name

Bug: 285138555
Change-Id: Ib987ac7a4995e69cbdbfc77adbf8d2b835e15cc2
This commit is contained in:
Sam Delmerico 2023-06-06 12:14:23 -04:00
parent ca81653730
commit c3df113402

View file

@ -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
}