commit | 5f9af61fc011776cff99e87686d4841d4c789434 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Wed Aug 25 20:24:46 2021 +0000 |
committer | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Wed Aug 25 20:24:46 2021 +0000 |
tree | 9d36177f4c1a3cfe0981f1f08b71efbc0665b26f | |
parent | 5b2b805f423d00027d4eb662a8b493586eb5600f [diff] | |
parent | 61275cd338876579ddbaa9b1cd0278c45138c003 [diff] |
[automerge] Update Security String to 2021-10-06 2p: 61275cd338 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15676633 Bug: 193547118 Change-Id: Idd4eb6cfec0106c01787e778082757e1e08010da
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.