Clone this repo:
  1. 64a7f31 Merge tag 'LA.QSSI.12.0.r1-08500-qssi.0' by Juhyung Park · 1 year, 9 months ago sapphire
  2. 883f36f Merge 52a8468f1b38991ad8c0fcf314cb7c9764a96c88 on remote branch by Linux Build Service Account · 1 year, 10 months ago
  3. a37cd74 Merge tag 'LA.QSSI.12.0.r1-08300-qssi.0' by Juhyung Park · 1 year, 10 months ago
  4. 820498e Merge 69c0b60e694d5920900862aed064b0e5429c8b2b on remote branch by Linux Build Service Account · 1 year, 10 months ago
  5. 52a8468 Make change and version bump to SKQ1.220714.001 by Android Build Coastguard Worker · 1 year, 10 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.