commit | d4741d3af10216d4d8fc675d9ba1f8206a16b3f9 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Tue Sep 13 02:30:19 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 13 02:30:19 2022 +0000 |
tree | 1b8698a941359b637ce577f973bacd6a8bbf2c14 | |
parent | fc69bdad9c6190b44c148c4201925480aa2be14f [diff] | |
parent | 364bfc6a3e01772c940d1cefa77e577b25d91287 [diff] |
Update Security String to 2022-11-01 am: ea15a5ac28 am: 364bfc6a3e Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19912058 Change-Id: I5b5ba7c6bdf77c457678175c737249d1fe2aa171 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.