diff options
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 bc7f5e63a..6ef5c6ae5 100644 --- a/android/module.go +++ b/android/module.go @@ -1667,7 +1667,7 @@ func (m *ModuleBase) generateModuleTarget(ctx *moduleContext) { } } -func determineModuleKind(m *ModuleBase, ctx blueprint.EarlyModuleContext) moduleKind { +func determineModuleKind(m *ModuleBase, ctx ModuleErrorContext) moduleKind { var socSpecific = Bool(m.commonProperties.Vendor) || Bool(m.commonProperties.Proprietary) || Bool(m.commonProperties.Soc_specific) var deviceSpecific = Bool(m.commonProperties.Device_specific) var productSpecific = Bool(m.commonProperties.Product_specific) |