Merging AOSP Security Patches into Custom ROMs
Learn how Android Custom ROM developers merge AOSP security patches.
Learn how Android Custom ROM developers merge AOSP security patches.
The Introduction to what CAF is w.r.t AOSP 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.
AOSP requires some dependencies and libraries in-order to build properly. This post explains how to set that up
The Introduction to what AOSP is