diff options
Diffstat (limited to 'android/module.go')
-rw-r--r-- | android/module.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go index 551824d6..f2f1af1d 100644 --- a/android/module.go +++ b/android/module.go @@ -481,6 +481,8 @@ type ModuleBase struct { prefer32 func(ctx BaseModuleContext, base *ModuleBase, class OsClass) bool } +func (a *ModuleBase) DepsMutator(BottomUpMutatorContext) {} + func (a *ModuleBase) AddProperties(props ...interface{}) { a.registerProps = append(a.registerProps, props...) } |