commit | a17245e668be4ff06cd2c5a5c35b6e5561469b75 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 10 18:12:18 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Nov 10 18:12:18 2021 +0000 |
tree | 12603e6ac011b560aab9b1f39de0827aed32dfb7 | |
parent | 5e29b8e3aaa6685423db37d7895901765119a157 [diff] |
Version bump to SQ1D.211205.011 [core/build_id.mk] Change-Id: I70a4d8b29ba72b46f183b939a59d5c409a898c06
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.