this post was submitted on 21 Dec 2024
22 points (100.0% liked)

Ask Android

2243 readers
33 users here now

A place to ask your questions and seek help related to your Android device and the Android ecosystem.

Whether you're looking for app recommendations, phone buying advice, or want to explore rooting and tutorials, this is the place for you!

Rules
  1. Be descriptive: Help us help you by providing as many details as you can.
  2. Be patient: You're getting free help from Internet strangers, so you may have to wait for an answer.
  3. Be helpful: If someone asks you for more information, tell us what you can. If someone asks you for a screenshot, please provide one!
  4. Be nice: Treat others with respect, even if you don't agree with their advice. Accordingly, you should expect others to be nice to you as well. Report intentionally rude answers.
  5. No piracy: Sharing or discussing pirated content is strictly prohibited. Do not ask others for a paid app or about how to acquire one.
  6. No affiliate/marketing links: Posting affiliate links is not allowed.
  7. No URL shorteners: These can hide the true location of the page and lead people to malicious places.
  8. No lockscreen bypasses: Please do not comment, link, or assist with bypassing lock screens or factory reset protection.
  9. No cross-posting: Please take the time to make a proper post instead of cross-posting.
Other Communities

founded 1 year ago
MODERATORS
 

If the court ended up forcing Google to sell Android, shouldn't we worry that its license as an open source project could be removed and then it become proprietary?

you are viewing a single comment's thread
view the rest of the comments
[–] Zachariah@lemmy.world 13 points 13 hours ago (1 children)

Any part that is already open source will eternally be open source. Furthermore, there are rules about using open source code in projects that requires them to also be open source.

[–] Atemu@lemmy.ml 2 points 1 hour ago (1 children)

This is entirely untrue.

Any part that is already open source will eternally be open source.

Only in the state that it is right now. Google could at any point simply stop releasing the source code with no warning and make all further modifications proprietary.

there are rules about using open source code in projects that requires them to also be open source.

That is only true for copyleft licenses. Licenses that are merely "open source" (also called "permissive") such as the Apache License 2.0 which the AOSP is licensed under do not give two hoots about what you do with the code as long as you give appropriate credit.

The only part of Android that has a copyleft license is the Linux kernel (GPLv2) and I wouldn't really consider it part of the AOSP in practice.

[–] Zachariah@lemmy.world 1 points 1 minute ago

It’s not entirely untrue. You did however add some relevant details. Thank you for making this more precise.

The point is: Android phone owners would still be fine if Google went full-proprietary at some point. A majority of the code would/could be forked and maintained.

Or a project like GrapheneOS that’s already based on Android code would be expanded to fill the void.