Merge "Soong: Update the filegroup's synopsis documentation." am: 33548f07a8 am: afb11048e4

am: 3574493fbd

Change-Id: I3c8cf1a0a69e19c49f59b89a3593fb5e95976afc
This commit is contained in:
Patrice Arruda 2019-03-13 14:13:56 -07:00 committed by android-build-merger
commit 297e7a4950
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ type fileGroup struct {
var _ SourceFileProducer = (*fileGroup)(nil)
// filegroup modules contain a list of files, and can be used to export files across package
// boundaries. filegroups (and genrules) can be referenced from srcs properties of other modules
// using the syntax ":module".
// filegroup contains a list of files that are referenced by other modules
// properties (such as "srcs") using the syntax ":<name>". filegroup are
// also be used to export files across package boundaries.
func FileGroupFactory() Module {
module := &fileGroup{}
module.AddProperties(&module.properties)