commit | 8222442829bebebb6ebe6b1b1b40255299dac8d6 | [log] [tgz] |
---|---|---|
author | Bassem Khalife <bkhalife@google.com> | Mon Jul 17 16:44:38 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Fri Sep 01 12:04:15 2023 +0000 |
tree | 2b4af323f477b06d8dd1815dce1ed1fbb8e2a25c | |
parent | 6ab7bbf752935f42cca5218c916fea18d152215e [diff] |
Update Security String to 2023-09-01 Bug: 289414927 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6f69b70747af88217f214320c70b5e2be263331c) Merged-In: Ia5208702fc02d0e1ab53d1affc664363fba74a67 Change-Id: Ia5208702fc02d0e1ab53d1affc664363fba74a67
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.