diff options
author | 2021-11-24 15:18:37 +0000 | |
---|---|---|
committer | 2021-11-24 15:18:37 +0000 | |
commit | 8c64fa9a8efafadb787143296750b32a0119f23b (patch) | |
tree | b500eac2dde5e1fafdb784a47320221ea1905542 /android/module.go | |
parent | 4ad40d99b08022f532d2eb2e5a4d66b3e3f6c20f (diff) | |
parent | ef3676c94b6cd5d158c86416124eb4ded1645e98 (diff) |
Merge "Minor refactoring of Append/PrependProperties() methods Test: `m nothing` and compare ninja file Bug: n/a"
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 2 |
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) |