commit | 53afb275c6207f5f0c9fd40d36227a3c7629f1b6 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Mar 14 05:24:56 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 14 05:24:56 2023 +0000 |
tree | e2aa45eaf4b4dfda7d41f35791ce87153fa2e66a | |
parent | be772485c3cd1693cedb404114d2d0de4d21e492 [diff] | |
parent | 877ca9f537c1253885582f3ddb87a22dd4316be3 [diff] |
[automerger skipped] Update Security String to 2023-05-01 am: 2130534b73 am: 24272b1f7e am: 877ca9f537 -s ours am skip reason: Merged-In Ie855a8ad67670fbe18f509e1ae5a348889f5bcb9 with SHA-1 be772485c3 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/21960115 Change-Id: Ia061e9f9d2e67a0f5615bc6249575e49f38f8be6 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.