this post was submitted on 16 Mar 2026
19 points (100.0% liked)

Asklemmy

53592 readers
680 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I’ll start: I use iOS primarily since iPhones don’t have custom ROMs

you are viewing a single comment's thread
view the rest of the comments
[–] Shimitar@downonthestreet.eu 16 points 1 day ago (2 children)

Given how many years people is answering LineageOS or GrapheneOS, I would like to state that "LineageOS" or "Graphene" means Android.

Yeah, those are all android under the hood.

Maybe customized to various depths and details, but still it's android.

It's much more correct to say that Lineage or Graphene are Android than saying that Android is Linux.

Both Lineage and Graphene would not exists and could not exists without Google developing the AOSP.

While they improve stock Android quite a lot, they are still Android.

I stress this because lots of people think that those could be alternatives to Android and the Google monopoly, but it's not true. Only a true Linux mobile OS would be.

[–] beyond@linkage.ds8.zone 2 points 1 day ago* (last edited 1 day ago) (1 children)

It’s much more correct to say that Lineage or Graphene are Android than saying that Android is Linux.

Both of these are correct. LineageOS and GrapheneOS are AOSP; AOSP is Linux.

Linux is a kernel. Other components must be added onto Linux to create a complete Linux operating system. Adding stuff onto Linux does not subtract any Linuxness from it. Any Linux OS is "real Linux." Saying that some Linuxes are not real Linux is like saying if you add peanut butter to bread you no longer have "real bread." It is nonsense.

[–] Shimitar@downonthestreet.eu 2 points 22 hours ago

I was not precise. I should have said gnu-Linux to differentiate from Linux as just the kernel, my bad. It's gnu-libux that gives you that feel you are on the family even if you have ubuntu or Gentoo.

But I beg to differ: AOSP cannot be called Linux in any way. It happens to use Linux as a kernel as you say, but lacks everything that make an SO typically Linux(or gnu-linux):

  • starting from the base of the system, AOSP doesn't use libc s system library like gnu-Linux
  • even the C++ STD library of AOSP is incompatible as it lacks RTTI
  • doesn't use anything like systemd or the init system (unless mod-added)
  • has a totally different HAL which is not compatible between the two
  • has a totally different network tooling stack
  • has a totally incompatible GUI layer
  • Most of android drivers have a thin kernel layer plus a huge proprietary AOSP layer libraries which are not gnu-Linux compatible
  • the entire ecosystem of AOSP is kotlin/JavaScript instead of just being language agnostic

So no, you cannot say at all that AOSP is Linux after all. While you can run gnu-Linux binaries on android, and viceversa, you must provide a complete environment around them, like termux. It's more a container like approach.

They only share a kernel and there have been plans to replace that too.

[–] scrubbles@poptalk.scrubbles.tech 1 points 1 day ago (1 children)

You don't use Ubuntu or PopOS, you use LINUX.

Yeah I get you man, but we already know that. It's more fun to get into details

[–] Shimitar@downonthestreet.eu 1 points 22 hours ago

I agree with you, but the point is people really think you can fool Google by using lineage or Graphene, but that's not true you still depends deeply on Google steering the entire AOSP