Getting Started with AOSP - Part 1
Today marks six years since I compiled my very first Android source build — it was Android 7.0 Nougat. Ever since then, I’ve been deeply involved in Android platform development, and there’s one qu...
Today marks six years since I compiled my very first Android source build — it was Android 7.0 Nougat. Ever since then, I’ve been deeply involved in Android platform development, and there’s one qu...
Patchset Review
Resolving issues with missing ROS dependencies in the rootfs.
Pushing a Draft to the Community
Finally getting started with the coding part
Firing up a powerful PC to compile Yocto ;)
The Journey begins: From proposal acceptance to preparation
How I cleared Google Summer of Code and Current Status
In my previous blog, we talked about how to cross-compile Android Kernel, but there is another official way that ODMs use to compile their kernel sources, via AOSP Kernel Build. This blog covers...
When you use your Android device, you’re interacting with a complex system that relies heavily on the Linux kernel at its core. But what exactly is the Android Linux kernel, and how does it work? ...