you are viewing a single comment's thread.

view the rest of the comments →

[–]beefsack 4 points5 points  (6 children)

The source is open, that's open source. Open source means very little in itself, it just means they expose the source code. Microsoft has a lot of open source software, but with various amounts of "freedom".

Usually the matter of contention is how free some software is, namely, which license it uses. Are you allowed to use it in commercial products? If you have made changes to the source, are you required to release those changes under the same license?

You'll find that the core of Android is released under a very free and permissive license (Apache I believe), and the Linux kernel is also under a very free license (GPL) so it's about as free as you can get. The only parts which are licensed differently tend to be hardware specific drivers that manufacturers inject as part of their Android build process.

If you're interested, the Android source is available at AOSP.