commit | b132c85eed23783772bf7ff696f081e58eba2b64 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Mar 21 15:51:13 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 21 15:51:13 2022 +0000 |
tree | ecd43e6996f3f7333113def91f837ff3d2164126 | |
parent | caad215a98b6eba9f1e2d6ece336bc04b8ce88b4 [diff] | |
parent | 7022c5a63e6a92ce4ffc782ea20bb94fcf5f2d3f [diff] |
Merge "Re-land "Enable CFI for Bluetooth in new home"" am: f16854d5f8 am: 670f673ec1 am: 7022c5a63e Original change: https://android-review.googlesource.com/c/platform/build/+/2030703 Change-Id: I57e265aaf5f47ceb6891d9481822e9750d4d7613
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.