commit | 381f7d2f6bf58480f69428729f8cb92608afb2b5 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Sep 13 05:11:09 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 13 05:11:09 2022 +0000 |
tree | 0befd7c0251d93a991c83ee7a53589b0673f49f5 | |
parent | 09cae35649f5cabf19898a42e60f749dca22046c [diff] | |
parent | 443a09e2c531363fedeeb4ef84a7da0e3f3209e5 [diff] |
[automerger skipped] Update Security String to 2022-11-01 am: ea15a5ac28 am: 364bfc6a3e am: d4741d3af1 am: 5739c7d740 am: bb0c170555 am: 8a59399dbb -s ours am: d3188f6648 -s ours am: 443a09e2c5 -s ours am skip reason: Merged-In If6c0dc2d69b70f9722da0950582aa5acf224c0fe with SHA-1 f3d97804ef is already in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19912058 Change-Id: Ic39e25da6f87ece42c07324bf5ea3d7b247fa7e5 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.