commit | 166dd8b22a59286d4dbd5308dd18369320c94bad | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue May 17 23:17:42 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 17 23:17:42 2022 +0000 |
tree | 480a1f58b1c60106d5260b5e7cc7bb01893ae156 | |
parent | 60b2df3993bfc4746728b18ed13e1ab70cc2e5a6 [diff] | |
parent | c6b531b53f4fc6077c4350117fa0f7e7beacc75f [diff] |
Update Security String to 2022-07-01 am: 1596620c59 am: c6b531b53f Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18356644 Change-Id: I5599da740bba907deb747a1aa96953b41e2d3966 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.