Hacker News new | ask | show | jobs
by kube-system 1182 days ago
What the above commenter is referring to is that wpa_supplicant was also commonly used on Linux systems years before Android ever existed.
1 comments

it's still also used as the backend for NetworkManager's handling of WiFi
I realised this was the case for linux, but I assumed Amazon had simply ported it to android rather than it being included in AOSP
Android is Linux. Just heavily modified. So it makes sense a lot of tools and utilities were ported over.
Android is not Linux but uses Linux kernel and part of tooling.
Linux is a kernel. True or false.

What is GNU.

GNU is an ecosystem of free software.

Linux is a kernel.

People often refer to the whole system as Linux, but what they really mean is GNU/Linux.

GNU is an acronym.

GNU is a collection of free software.

GNU is the name of a project that is focused on software freedom.

How the hell do you define Linux then?
Better question is how you would define Android.

For me it's mix of Linux kernel and a subset of common FOSS software[0] providing the boot and low-level operations, while the middleware is provided by AOSP with Dalvik/ART and the top, the whole user experience with GUI, apps and whatever. The middle and the top has absolutely nothing common with Linux.

To give you and idea - if you swap the engine in your Ford to Cummins, would you tell everyone what you are driving Cummins? No, you would tell what you are still driving Ford. The same applies to Android, if you swap the Linux kernel to something else, eg to OpenBSD kernel, would you tell what your smartphone is now running on OpenBSD? No, it's still Android, though with OpenBSD kernel.

[0] if you have Linux kernel then it doesn't makes sense to write tooling and userspace from scratch. Like you can, but.. why?

Android can run with an unmodified Linux kernel.
Android uses their own Bluetooth stack so it's not obvious that whether Wi-Fi stack is ported or developed
rpi uses it too headless