commit | 6c7cce123cdb36d534b3a058fffa63ad1fb41572 | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Wed Mar 16 10:01:43 2022 -0700 |
committer | Myles Watson <mylesgw@google.com> | Wed Mar 16 10:03:23 2022 -0700 |
tree | 04a4943772b7261e056a47c5e14cafab2863c8d5 | |
parent | f2b4e873eccd2ac42176970cbed8f1ff89b7811a [diff] |
Enable CFI for Bluetooth in new home Bug: 221893030 Test: cert/run Tag: #gd-refactor Change-Id: I34d8749d200de04b68f7ad9bd5b49b06dddc7841
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.