diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-06-24 01:01:56 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-06-24 01:01:56 +0000 |
commit | 5abcf9267173b9e80dd14fca037b0f01cc2dbd3b (patch) | |
tree | 2a4c19bfa6ab1bc78e355d5ba5048bae1b2cf110 /java/java.go | |
parent | 33599108f72b782c1f6ffb570dc17fe26cd5a585 (diff) | |
parent | a1aa7387f74a49c8c974ba2198def0e081488624 (diff) |
Snap for 7486544 from a1aa7387f74a49c8c974ba2198def0e081488624 to sc-release
Change-Id: I8a88662d78a313c6b12a098a78baaf69c80a7b0b
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/java.go b/java/java.go index ae8adf277..71c1b3324 100644 --- a/java/java.go +++ b/java/java.go @@ -643,7 +643,7 @@ func LibraryFactory() android.Module { module.addHostAndDeviceProperties() - module.initModuleAndImport(&module.ModuleBase) + module.initModuleAndImport(module) android.InitApexModule(module) android.InitSdkAwareModule(module) @@ -1496,7 +1496,7 @@ func ImportFactory() android.Module { &module.dexer.dexProperties, ) - module.initModuleAndImport(&module.ModuleBase) + module.initModuleAndImport(module) module.dexProperties.Optimize.EnabledByDefault = false |