summaryrefslogtreecommitdiff
path: root/java/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'java/base.go')
-rw-r--r--java/base.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/base.go b/java/base.go
index cf6fafaaa..34514ffc3 100644
--- a/java/base.go
+++ b/java/base.go
@@ -253,8 +253,8 @@ type embeddableInModuleAndImport struct {
EmbeddableSdkLibraryComponent
}
-func (e *embeddableInModuleAndImport) initModuleAndImport(moduleBase *android.ModuleBase) {
- e.initSdkLibraryComponent(moduleBase)
+func (e *embeddableInModuleAndImport) initModuleAndImport(module android.Module) {
+ e.initSdkLibraryComponent(module)
}
// Module/Import's DepIsInSameApex(...) delegates to this method.