Merge "Fix a typo in a comment in android/module.go
."
This commit is contained in:
@@ -1771,7 +1771,7 @@ type SourceFileProducer interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// A module that implements OutputFileProducer can be referenced from any property that is tagged with `android:"path"`
|
// A module that implements OutputFileProducer can be referenced from any property that is tagged with `android:"path"`
|
||||||
// using the ":module" syntax or ":module{.tag}" syntax and provides a list of otuput files to be used as if they were
|
// using the ":module" syntax or ":module{.tag}" syntax and provides a list of output files to be used as if they were
|
||||||
// listed in the property.
|
// listed in the property.
|
||||||
type OutputFileProducer interface {
|
type OutputFileProducer interface {
|
||||||
OutputFiles(tag string) (Paths, error)
|
OutputFiles(tag string) (Paths, error)
|
||||||
|
Reference in New Issue
Block a user