diff options
Diffstat (limited to 'java/dexpreopt.go')
| -rw-r--r-- | java/dexpreopt.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/dexpreopt.go b/java/dexpreopt.go index e8e1cd405..c42997b92 100644 --- a/java/dexpreopt.go +++ b/java/dexpreopt.go @@ -644,7 +644,7 @@ func checkSystemServerOrder(ctx android.ModuleContext, libName string) { config := dexpreopt.GetGlobalConfig(ctx) jars := config.AllSystemServerClasspathJars(ctx) jarIndex := config.AllSystemServerJars(ctx).IndexOfJar(libName) - ctx.WalkDeps(func(dep android.Module, parent android.Module) bool { + ctx.WalkDepsProxy(func(dep android.ModuleProxy, parent android.ModuleProxy) bool { tag := ctx.OtherModuleDependencyTag(dep) // Ideally this should only be walking relevant dependencies, but to maintain existing behavior // for now just exclude any known irrelevant dependencies that would lead to incorrect errors. |
