PM

Prasad Manoj Parulkar

@parulkarprasad

Joined April 13, 2026
Last active about 1 month ago
1

Followers

0

Following

6

Articles

Published Articles

Building ArjunaOS #6: Understanding the Android Build System

Article 5 proved the tree builds and boots. Now we trace what actually made that happen: envsetup shell glue, lunch target discovery, inherited product makefiles, Soong namespaces, and the output metadata files that explain where the build really went.

April 23, 20268 min read
ArjunaOS
LineageOS
AOSP
+3
Building ArjunaOS #5: Your First Build

The source tree is finally local, so this is where we ask it to prove itself. We source the build environment, use the correct modern lunch target, run the first real LineageOS build with mka, inspect the generated emulator images, and boot them for the first time.

April 19, 20268 min read
ArjunaOS
LineageOS
AOSP
+3
Building ArjunaOS #4: Syncing the Source

This is the point where ArjunaOS stops being a prepared machine and becomes a real source tree. We fork the upstream LineageOS manifest repository, initialize the workspace from our own fork, let the first repo sync run, and verify that the checkout now contains the platform layers we talked about earlier.

April 17, 202610 min read
ArjunaOS
AOSP
repo
+3
Building ArjunaOS #3: Setting Up Your Build Environment

In this part we stop talking about the Android source tree from a distance and get the machine ready for real work. We check what kind of Ubuntu host we have, install the packages that matter, set up Git and Git LFS, and install the repo launcher without jumping into a full sync yet.

April 16, 20268 min read
ArjunaOS
LineageOS
AOSP
+3
Building ArjunaOS #2: Understanding LineageOS Architecture

Before we download a huge source tree and start building ArjunaOS, we need a proper mental map of how LineageOS is organized. In this article we walk through repo, manifests, the source tree, device support layout, and the high-level path from lunch to a flashable build.

April 15, 202612 min read
Android Build System
ArjunaOS
LineageOS
+2
Building ArjunaOS #1: Welcome to Your Custom Android ROM

First article in the Building ArjunaOS series. We talk about what custom ROMs really are, why we chose LineageOS as our base instead of raw AOSP, and what you will need to follow along.

April 14, 202610 min read
ArjunaOS
LineageOS
AOSP
+2