commit | 06d2805948a57babadd99a639c933c2ef9d10379 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Wed Aug 24 21:22:55 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 24 21:22:55 2022 +0000 |
tree | 49f6c36125476beb61bbd6f88752a2b69437da79 | |
parent | c085e59e95f28f6979a36539b9851d3b35df7bed [diff] | |
parent | 23a5a0966dce7215e398276e800a10c5cb14c3e7 [diff] |
[automerger skipped] Update Security String to 2022-10-01 am: 87cae0791c am: 67ceff8c05 am: fc69bdad9c am: e47eaa0ea6 am: 9a6781a31d am: 23a5a0966d -s ours am skip reason: Merged-In If4e16c8a7ab84076c129e1a6ed1e7c31b46164db with SHA-1 2e04ab82f0 is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19700493 Change-Id: I8a8170de1facf3afb5068672a64adaeaf20052a8 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.