diff options
Diffstat (limited to 'android/defaults.go')
-rw-r--r-- | android/defaults.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/defaults.go b/android/defaults.go index d3dbaedcd..3d06c69c9 100644 --- a/android/defaults.go +++ b/android/defaults.go @@ -101,6 +101,7 @@ func InitDefaultableModule(module DefaultableModule) { // A restricted subset of context methods, similar to LoadHookContext. type DefaultableHookContext interface { EarlyModuleContext + OtherModuleProviderContext CreateModule(ModuleFactory, ...interface{}) Module AddMissingDependencies(missingDeps []string) |