Conversation

the gnu fans are rallying around some extra flimsy arguments to try and justify their failed movement huh
Quote Tweet
> including Android C and C++ code in Android is compiled with Clang and linked with LLD, not GCC and binutils. That includes the Linux kernel. > tar, gzip or man There are multiple widely used non-GNU implementations of all 3 commands. There's no GNU implementation of man...
2
14
Android builds a lot of the OS out of apps and it's used as a packaging format beyond apps. It heavily uses the ability to store files in a zip uncompressed combined with page alignment. Bunch of other zips are built too especially for a release build to be signed + distributed.
1