commit | ef3676c94b6cd5d158c86416124eb4ded1645e98 | [log] [tgz] |
---|---|---|
author | Usta <usta@google.com> | Tue Nov 23 12:31:55 2021 -0500 |
committer | Usta <usta@google.com> | Tue Nov 23 17:31:51 2021 -0500 |
tree | fa26f8e806b07dea6ac1d1ce4c130813c97fee81 | |
parent | b5f81d2a6ad8d54d1efc3114f62fa27cee2fcf59 [diff] [blame] |
Minor refactoring of Append/PrependProperties() methods Test: `m nothing` and compare ninja file Bug: n/a Change-Id: If6e4a0de0a8f4f479fe3cbe044cf50d07648c8d9
diff --git a/android/module.go b/android/module.go index e100330..4a388b5 100644 --- a/android/module.go +++ b/android/module.go
@@ -1148,7 +1148,7 @@ // } // } // -// func NewMyModule() android.Module) { +// func NewMyModule() android.Module { // m := &myModule{} // m.AddProperties(&m.properties) // android.InitAndroidModule(m)