commit | a3b4f163b287f98c2240b6021d08051d6be7e548 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Oct 15 01:00:27 2021 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Oct 15 01:18:15 2021 +0000 |
tree | f8734a8302bb8531d4371eeb72e535baf808e24f | |
parent | 2e03226ab9c868245a919261beec9b4a6acb469b [diff] | |
parent | 16eff988abd58f6c788ff98954ff9e6199709451 [diff] |
Make change and version bump to SQ1D.211015.001 Change-Id: I7b1930b6b15a41fe82273de8c9c4f99a18b7f836
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.