Clone this repo:
  1. dd5da7b Version bump to AP4A.250105.002 [core/build_id.mk] by Android Build Coastguard Worker · 4 months ago leaf-4.1
  2. 950aff6 Version bump to AP4A.250105.001 [core/build_id.mk] by Android Build Coastguard Worker · 4 months ago
  3. 1848ff5 [coastguard skipped] Merge sparse cherrypicks from sparse-12621605-L13000030007869570 into 24Q4-release. by Android Build Coastguard Worker · 4 months ago
  4. 72c14f5 Version bump to AP4A.241205.013.T1 [core/build_id.mk] by Android Build Coastguard Worker · 4 months ago
  5. 9d76dfd [coastguard skipped] Merge sparse cherrypicks from sparse-12636973-L99400030007843745 into 24Q4-release. by Android Build Coastguard Worker · 4 months ago

Android Make Build System

This is the Makefile-based portion of the Android Build System.

For documentation on how to run a build, see Usage.txt

For a list of behavioral changes useful for Android.mk writers see Changes.md

For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.

This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.