Merge "Soong: Update the filegroup's synopsis documentation."
am: 33548f07a8
Change-Id: I609ccd5aed86e12431fa553982f706b5958e6dbc
This commit is contained in:
@@ -49,9 +49,9 @@ type fileGroup struct {
|
|||||||
|
|
||||||
var _ SourceFileProducer = (*fileGroup)(nil)
|
var _ SourceFileProducer = (*fileGroup)(nil)
|
||||||
|
|
||||||
// filegroup modules contain a list of files, and can be used to export files across package
|
// filegroup contains a list of files that are referenced by other modules
|
||||||
// boundaries. filegroups (and genrules) can be referenced from srcs properties of other modules
|
// properties (such as "srcs") using the syntax ":<name>". filegroup are
|
||||||
// using the syntax ":module".
|
// also be used to export files across package boundaries.
|
||||||
func FileGroupFactory() Module {
|
func FileGroupFactory() Module {
|
||||||
module := &fileGroup{}
|
module := &fileGroup{}
|
||||||
module.AddProperties(&module.properties)
|
module.AddProperties(&module.properties)
|
||||||
|
Reference in New Issue
Block a user