Merge "Remove linkerconfig from bionic list."

This commit is contained in:
Treehugger Robot
2022-12-14 07:16:13 +00:00
committed by Gerrit Code Review

View File

@@ -1440,7 +1440,7 @@ func (c *Module) ExcludeFromRecoverySnapshot() bool {
func isBionic(name string) bool {
switch name {
case "libc", "libm", "libdl", "libdl_android", "linker", "linkerconfig":
case "libc", "libm", "libdl", "libdl_android", "linker":
return true
}
return false