Merging AOSP Security Patches into Custom ROMs

Learn how Android Custom ROM developers merge AOSP security patches.

CAF's Android for MSM

The Introduction to what CAF is w.r.t AOSP development

Addition of prebuilt APK - AOSP Rom Development

Sometimes we need to add some pre-built apk in our build because the source isn’t available or it is more easy to just pull the binaries from, and add it to our build.This post says how to do it.

Setting Up Build Environment - AOSP Rom Development

AOSP requires some dependencies and libraries in-order to build properly. This post explains how to set that up

Getting Started - AOSP Rom Development

The Introduction to what AOSP is