commit | fa448547d82211c6bd4f6483e3c0342c83c20b4e | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Oct 08 19:42:26 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 08 19:42:26 2024 +0000 |
tree | b7969dc70e1ed206458f6523d601923d3ad25203 | |
parent | 19f4b44ec5d3efcc081df4fe8d39222e312f71d1 [diff] | |
parent | 1d7047880ddd9c9097b6127e2813d3c7969b9bbd [diff] |
Update Security String to 2024-12-01 am: e5d12064cf am: 248a7690c4 am: 1d7047880d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/29753271 Change-Id: Ib40845affdaa5b3cb6e1a4d3dc3a8af4fa7f75eb 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.