How to Store AOSP Build Artifacts in Artifactory
This guide explains how to automate AOSP (Android Open Source Project) artifact uploads to Artifactory using a Maven-style layout via […]
This guide explains how to automate AOSP (Android Open Source Project) artifact uploads to Artifactory using a Maven-style layout via […]
This guide walks you through setting up a Jenkins pipeline to build AOSP 15 using Docker on a remote SSH-connected
Why Docker Instead of Podman? While Podman supports rootless builds, Docker is the better choice for most users, especially in
If you’ve ever wished Gerrit supported git reflog-style history natively, you’re not alone. While Gerrit keeps track of patch sets
Problem When setting up AOSP 15 and running lunch, you might see: This happens because AOSP 15 uses the Soong
Why Podman Instead of Docker? While Docker is the standard for containerized workflows and has stronger integration with CI/CD platforms
ccache is a powerful compiler cache that speeds up Android builds by avoiding redundant compilation. AOSP 15 fully supports it
This guide shows how to mirror Android 15 (AOSP android-15.0.0_r30) to your own Gerrit server, preserving full commit history and