summaryrefslogtreecommitdiff
path: root/android/module.go
diff options
context:
space:
mode:
author Usta <usta@google.com> 2021-11-23 12:31:55 -0500
committer Usta <usta@google.com> 2021-11-23 17:31:51 -0500
commitef3676c94b6cd5d158c86416124eb4ded1645e98 (patch)
treefa26f8e806b07dea6ac1d1ce4c130813c97fee81 /android/module.go
parentb5f81d2a6ad8d54d1efc3114f62fa27cee2fcf59 (diff)
Minor refactoring of Append/PrependProperties() methods
Test: `m nothing` and compare ninja file Bug: n/a Change-Id: If6e4a0de0a8f4f479fe3cbe044cf50d07648c8d9
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/module.go b/android/module.go
index e100330de..4a388b562 100644
--- a/android/module.go
+++ b/android/module.go
@@ -1148,7 +1148,7 @@ func (attrs *CommonAttributes) fillCommonBp2BuildModuleAttrs(ctx *topDownMutator
// }
// }
//
-// func NewMyModule() android.Module) {
+// func NewMyModule() android.Module {
// m := &myModule{}
// m.AddProperties(&m.properties)
// android.InitAndroidModule(m)