Merge "release_config: various cleanup" into main

This commit is contained in:
Treehugger Robot
2024-06-14 01:46:45 +00:00
committed by Gerrit Code Review
5 changed files with 88 additions and 90 deletions

View File

@@ -2544,7 +2544,7 @@ func collectDirectDepsProviders(ctx android.ModuleContext) (result *JarJarProvid
case Implementation:
return RenameUseInclude, "info"
default:
//fmt.Printf("LJ: %v -> %v StubsLinkType unknown\n", module, m)
//fmt.Printf("collectDirectDepsProviders: %v -> %v StubsLinkType unknown\n", module, m)
// Fall through to the heuristic logic.
}
switch reflect.TypeOf(m).String() {