As Nexus 6 smartphone, Nexus 6 tablet, and Nexus Player have now started to ship, Google has pushed Android Lollipop to AOSP (Android Open Source Project), as well as images for Nexus 4, Nexus 5, Nexus 7 (2012 and 2013), and Nexus 10.
You’ll soon be able to retrieve the source code with the following command lines [Update: I still can’t use the lollipop-release branch to retrieve the code, so instead you can use android-5.0.0_r1 tag for Nexus 9, or android-5.0.0_r2 tag for Nexus Player / Android TV]:
repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r1
repo sync
Currently repo init fails with:
error: in
init -u https://android.googlesource.com/platform/manifest -b lollipop-release --repo-url=https://gerrit.googlesource.com/git-repo --repo-branch=stable
: revision lollipop-release in manifests not found
But everything should come online soon. In the meantime, you could still browse the code. Anyway that means Android 5.0 images for mini PCs, TV boxes and other devices will hopefully be available in a few weeks, or a couple of months.
Via XDA Developers
Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011.
Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress
There’s a missing word there “You’ll soon be able to the source code”.
It’s nice that the source code is available and that Google releases it so quickly. We should start seeing some ports soon and maybe it will be easier than it was before given that the kernel has device tree support now.
Updated AOSP Android 5.0 documentation
https://groups.google.com/forum/#!topic/android-building/En61B4_KkAQ
There are actually two revisions:
5.0.0_r1 for Nexus 9
5.0.0_r2 for Nexus Player
Android Lollipop Changelog: http://aosp.opersys.com/changelog/lollipop.html
Hi CNXSoft, you posted about Google releasing Android 5.0.0 R1 (Release 1) a.k.a. LRX21L source code, but now it looks like tey have also released Android 5.0.0 R2 (Release 2) a.k.a. LRX21M source code.
https://android.googlesource.com/platform/manifest/+/android-5.0.0_r2
repo init -u https://android.googlesource.com/platform/manifest -b android-5.0.0_r2
KitKat to Lollipop (5.0.0 R2) AOSP full changelog:
http://aosp.changelog.to/aosp-KITKAT-LRX21M.html
According to this post on the Android Building group, the android-5.0.0_r1 tag (LRX21L) is for the Nexus 9, and android-5.0.0_r2 (LRX21M) is for the Nexus Player, which means that R2 (LRX21M) is for Android TV.
http://www.androidpolice.com/2014/11/04/developer-changelog-posted-for-android-kitkat-to-lollipop-5-0-0-r2-lrx21m/