commit | d15b1251bd1a08ce3efc86567260f6b56a020b8a | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Mon Oct 16 22:37:22 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 16 22:37:22 2023 +0000 |
tree | cfba69a9b3ae9aede1f1d13107819254fdba1cb8 | |
parent | 56e716ea2b2eccabf39f365a5700dcae73e505b6 [diff] | |
parent | 33147944982043ce5271de49f0e036a93c52d2c8 [diff] |
[automerger skipped] Update Security String to 2023-12-01 am: c2b45030ce am: a8ff055371 am: e727551755 am: d5d07d1b46 am: 63bd1744a3 am: 5577e95a20 am: 62f2a20056 am: 3314794498 -s ours am skip reason: Merged-In I887e3dff893647d8f43ead564887df6f3086381a with SHA-1 c2b45030ce is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/24933817 Change-Id: Id673f40fd02a298b6b2f15ce42a0971bcdf6e9ba 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.