Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3df1134 authored by Sam Delmerico's avatar Sam Delmerico
Browse files

update docs for apex_available_name

Bug: 285138555
Change-Id: Ib987ac7a4995e69cbdbfc77adbf8d2b835e15cc2
parent ca816537
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}