commit | 796d7908bb8ae4e8841036ffc32eafce4269b4d8 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Oct 08 22:38:07 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 08 22:38:07 2024 +0000 |
tree | 45b68343dc828c8deabd2d02de86de2a4dbcd00c | |
parent | 9a2da364d1753c13574c1de6b93450596f0f66a4 [diff] | |
parent | 3c60e814b1c8c93413ba566403757fe84deced0f [diff] |
[automerger skipped] Update Security String to 2024-12-01 am: e5d12064cf am: 248a7690c4 am: 1d7047880d am: fa448547d8 am: 098584700c am: 40d9dfa2ed am: 1af309527a am: cbd061f34e -s ours am: d0e7dceabf -s ours am: d534839305 -s ours am: 3c60e814b1 -s ours am skip reason: Merged-In I1f2c99b6d0dbd18d6cc3b9ef7fb6a5074f1a7f1a with SHA-1 e5d12064cf is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/29753271 Change-Id: I0a9872fbd99992100604cc09bb734a916f08a03e 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.