commit | 2b0dd3bcbde08e8b51553ae37e1d8686bad53f0f | [log] [tgz] |
---|---|---|
author | Beth Thibodeau <ethibodeau@google.com> | Thu Mar 17 00:21:02 2022 +0000 |
committer | Beth Thibodeau <ethibodeau@google.com> | Thu Mar 17 00:21:02 2022 +0000 |
tree | e445168d401da83ec393b56d119633ff5ae9b0ae | |
parent | 6c7cce123cdb36d534b3a058fffa63ad1fb41572 [diff] |
Revert "Enable CFI for Bluetooth in new home" This reverts commit 6c7cce123cdb36d534b3a058fffa63ad1fb41572. Reason for revert: DroidMonitor: Potential culprit for b/225059300 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted Change-Id: I0f790404ba95ec2ba343c31faa58f4eb7c198758
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.