commit | e91d145dce6dd6b37f6772e773841187dfee42d1 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Thu Feb 15 08:14:48 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 15 08:14:48 2024 +0000 |
tree | 2cfb773d805487d76f3f92da64b860e1e3bf6e4b | |
parent | 2d9122055b8f57251eec3ab0f62d26976e81d489 [diff] | |
parent | 2fabea1c8cde0e352d530d56dc7743818940048c [diff] |
Update Security String to 2024-04-01 am: 52724e91ff am: 9f98e27cdd am: dd8ca27605 am: fbcc49efcc am: 36d51d7e77 am: 2fabea1c8c Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/26240605 Change-Id: I8282c2f4e782e3038de7e97fe6dcee46fbb3a86a 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.