commit | 0cf00dc5cacce724c9e2af6315e936557b8162a1 | [log] [tgz] |
---|---|---|
author | Lubo Hristov <lubomir@google.com> | Tue Dec 17 21:33:04 2019 -0800 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Dec 18 08:23:11 2019 +0000 |
tree | dd3ee4248a03fdd3da642b4e3dc557486f7f3a46 | |
parent | 2ec38a91f5cbf11e373b443cca6c90402e877205 [diff] |
Update Security String to 2020-02-05 bug:146378789 (cherry picked from commit 9b687f04caa32b6794867f2568e02968c318d482) Change-Id: Ib24418a5ddfbaf8e5524147e79184b1633cdaaf8
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.