• @[email protected]
      link
      fedilink
      English
      56 days ago

      AOSP is ostensibly dead thanks to Google closing off dev access and consistent abandoning of open source apps in AOSP.

      • Possibly linux
        link
        fedilink
        English
        25 days ago

        It isn’t completely dead since projects like Lineage OS exist

        It takes work to maintain but it seems to be the best option. It is what AOSP used to be.

        • @[email protected]
          link
          fedilink
          English
          25 days ago

          Isn’t Lineage reliant upon AOSP existing, though? I imagine it’ll be tough surviving for them once all the restrictions Google’s been announcing are put in place…

          • Possibly linux
            link
            fedilink
            English
            35 days ago

            Google still publishes source code

            If they didn’t phone manufacturers would have a very hard time porting Android

        • @[email protected]
          link
          fedilink
          English
          15 days ago

          LineageOS, Graphene, etc. all require AOSP at their core. AOSP contains the necessary binary blobs to activate hardware features in proprietary chips like modems, graphics controllers, etc.

          While those OS forks could continue to exist for some years, and probably will, they’ll be hitting an increasing uphill battle.

          Problems like:

          • Newer hardware will not have support.
          • Existing hardware may lose support when the OS<->RIL<->Modem have updates in some way that are out of sync with the old code.
          • More pieces of Android going forward will be closed-source, and it will become harder to maintain open versions of them without continual reverse-engineering of closed-source software, and the lawsuits to come.

          The third-party OSes (all of them) have always been dependent on current AOSP existing. Without it, they will be missing the OS core to keep things going.