Clone this repo:
  1. fff27fc Merge remote-tracking branch 'upstream/lineage-22.2' into HEAD by Toufu · 5 months ago 15.2
  2. f316345 build: Add zsh support in remove_broken_build_tools by neroices · 1 year, 1 month ago
  3. f9262a9 Merge tag 'android-security-15.0.0_r10' into staging/lineage-22.2_merge-android-security-15.0.0_r10 by Michael Bestas · 7 months ago
  4. a2c2b23 Remove build-manifest.xml generation by Yumi Yukimura · 7 months ago
  5. ea2c302 gen_build-manifest: Ensure that we in TOP when executed by Nolen Johnson · 7 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.