commit | 60c056572f75f2f9173047f26d943b9246a28826 | [log] [tgz] |
---|---|---|
author | Steve Berbary <sberbary@google.com> | Wed Aug 24 20:09:44 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 24 20:09:44 2022 +0000 |
tree | fe82aff59d0ec1703fcdcfd033c99ed53b2d37d3 | |
parent | d53a393f465179c157e9229691577905965ed490 [diff] | |
parent | 9a6781a31de2c63baf342f2d51371a523bceb639 [diff] |
Update Security String to 2022-10-01 am: 87cae0791c am: 67ceff8c05 am: fc69bdad9c am: e47eaa0ea6 am: 9a6781a31d Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/19700493 Change-Id: I6b0072a04a23c059683d9355886fd5d34622b025 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.