commit | 5593bbe1f73c49f9673ab25f9a89d251c3e843e9 | [log] [tgz] |
---|---|---|
author | Paul Scovanner <pscovanner@google.com> | Thu Sep 16 23:22:02 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 16 23:22:02 2021 +0000 |
tree | 1e94f3f67e5fd444a4aa398838c178d44d81e4f7 | |
parent | 12af7082f3f6b77ab878f6de99890ec1fdbe2b4e [diff] | |
parent | 51b1e117c7303d1e152cd4eedaa106d74bf8dc7e [diff] |
Update Security String to 2021-11-01 am: bdb63576ff am: 51b1e117c7 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15845733 Change-Id: I03c662f3d629a85488189aaf39acd0708ba90f5c
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.