commit | d0a9ac08b93312219550ec535b9aa1e02eed60ed | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Thu Mar 17 16:44:06 2022 +0000 |
committer | Myles Watson <mylesgw@google.com> | Thu Mar 17 16:44:06 2022 +0000 |
tree | 04a4943772b7261e056a47c5e14cafab2863c8d5 | |
parent | 2b0dd3bcbde08e8b51553ae37e1d8686bad53f0f [diff] |
Re-land "Enable CFI for Bluetooth in new home" This reverts commit 2b0dd3bcbde08e8b51553ae37e1d8686bad53f0f. Reason for revert: Fix landed at CL # 2029417 Bug: 221893030 Test: cert/run Tag: #gd-refactor Change-Id: I22799c8f898233851a5f2ae54add8e4f71541c94
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.