commit | 1af309527a8bdc2ca87b14096309184df09fb880 | [log] [tgz] |
---|---|---|
author | Ankur Bakshi <ankurbakshi@google.com> | Tue Oct 08 20:53:42 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 08 20:53:42 2024 +0000 |
tree | 7a51a4ad82f34b5b9efb5e53eb6b2dde2a5c9a61 | |
parent | 4885de13065acd34480abe1b55aba91478d4796c [diff] | |
parent | 40d9dfa2eda3b46aa977b6e0f78231e5d83c5228 [diff] |
Update Security String to 2024-12-01 am: e5d12064cf am: 248a7690c4 am: 1d7047880d am: fa448547d8 am: 098584700c am: 40d9dfa2ed Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/29753271 Change-Id: I56cb7f86262b2afdd0feb1e105569da77ab794a4 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.