commit | 391b17788d5ba33893f3381c0a63534a6440eb2f | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Wed Dec 11 00:04:34 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Dec 11 00:04:34 2024 +0000 |
tree | 5f64769b8b682811003f66a42291d530d2191c42 | |
parent | 8117ce44692ba791d30c7e29b70c90b79b18f25d [diff] | |
parent | 4abc260ff6abc8c6cc203c10f332e6f7ab6b8db7 [diff] |
[automerger skipped] Update Security String to 2025-02-01 am: 52e489d270 am: d6a79d14ed am: 545cccac23 am: f62ececf02 am: 781cfaf120 am: 1057d8fe51 am: d0da7a6b7d am: 18d3d29b08 -s ours am: e853428ae1 -s ours am: 02f9cc059c -s ours am: 4abc260ff6 -s ours am skip reason: Merged-In Ied8884bd990554aa1b69703942af2080ce856a59 with SHA-1 52e489d270 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/30774911 Change-Id: I26927f62ca2a62566ab3034388704fd102a07c9b 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.