commit | ffc4671fce8ae1831289d4c1c3169f816c3acced | [log] [tgz] |
---|---|---|
author | Paul Scovanner <[email protected]> | Mon Dec 14 22:22:11 2020 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Dec 14 22:22:11 2020 +0000 |
tree | 2c10244dd2f2b15bf746f8aab6b09144e4801d46 | |
parent | e4144014717d49f8c9618b5ea99156137871bda2 [diff] | |
parent | ad7b650e2d440be7c4dd814a746d2a13449396bd [diff] |
Update Security String to 2021-02-01 am: ad7b650e2d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/13219376 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ia1c80993bc1c84ec49fea5d3386e02b91eb8cf06
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.