Conversation

I do not see any reasonable argument for runtime library to have "linking exceptions" when it's already permissive licensed. If you're linking it, a requirement to credit/include notice isn't a bad thing. Otherwise recipient is unaware of relevant ©s on the binary they received.
1
It also has to deal with all the Android things like signal chaining, system properties, internal user/group database, the dynamic user/groups used by the application layer, etc. It gets to skip a lot of things that aren't used but also has to provide a lot of additional things.
1
1
More recently, there's also the security hardening stuff like cross-DSO CFI, internally using read-only memory, etc. Also more things that don't need to be supported anymore: non-PIE executables, text relocations, etc. Not a typical libc at all and couldn't be used elsewhere.
2