commit | 781cfaf120f4d8f27afb61313e49b643e918fc33 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Dec 10 20:59:34 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 10 20:59:34 2024 +0000 |
tree | af4d989e44b4cf74cb718dd758a5ecc79d3446b5 | |
parent | 998712e375cc74b93bef171ffa0d822b24eff58b [diff] | |
parent | f62ececf02ae721d7f68fd8fb74afdd9609216b5 [diff] |
Update Security String to 2025-02-01 am: 52e489d270 am: d6a79d14ed am: 545cccac23 am: f62ececf02 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/30774911 Change-Id: If1802b71dd19e66c1836e6c3b5d6056ec49ed6ba 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.