No matter the manufacturer, every Android phone has one thing in common: its software base. Manufacturers can heavily customize the look and feel of the Android OS they ship on their Android devices, but under the hood, the core system functionality is derived from the same open-source foundation: the Android Open Source Project. After over 16 years, Google is making big changes to how it develops the open source version of Android in an effort to streamline its development.

  • Baldur Nil@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    They can’t close the source code as long as they use the Linux kernel, right? Besides, Android is popular among other companies because they can customize part of it as they see fit.

    This change isn’t really that drastic, because Android never really followed the open source way of doing things. The article even explains that this won’t change much even for ROM developers, since they’re not creating releases based on “work in progress” branches.

    Really the only difference is that Google will spare the work of merging two separate branches often and solving conflicts that might as well be turning into a nightmare as the code base has grown.

    • jmcs@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      8 days ago

      They can’t close the kernel. They already distribute Android with proprietary software - for example Google Play services and DRM services.

      • FrostyPolicy@suppo.fi
        link
        fedilink
        arrow-up
        1
        ·
        8 days ago

        Quite true. Linux and all modules loaded into it are GPL licensed. The userland and tooling on the other hand can be licensed however. They are free to close source on anything except kernel code.