commit | 561c85919c04331939a61503bf5d0dce4e67e454 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Sat Dec 10 03:11:54 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Dec 10 03:11:54 2022 +0000 |
tree | 672a215f296bd68e218f9f4e732743e2987c5488 | |
parent | 3b0b33502ff93055e1f6a9f5e6aabdacdeef77a3 [diff] | |
parent | 6a991a76ce7966c2d839133a3bf3b04876c87482 [diff] |
[automerger skipped] Update Security String to 2023-02-01 am: b601ce96db am: 445dfdc147 am: 6b05071cb3 am: 23dae41cbc am: 4af84f8cf1 am: e5bd30dd33 -s ours am: 6a991a76ce -s ours am skip reason: Merged-In Ifcca8fadc558099b223a39e8b2f98bcb8db40c6f with SHA-1 d0a709ffca is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/20665910 Change-Id: Ied5a3e5d9625be31c285cefb6a0039dafb44067e 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.