commit | eea63fae85444367a1b2c5b4411228251ef5c27f | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Mon May 08 12:11:56 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Mon May 08 12:11:56 2023 -0700 |
tree | 196fc9deec92de0f0ca38210a7d139d9e0a9c3b1 | |
parent | 2b7ddbda548d6b610a527ad5cd5286ae8b2a9148 [diff] |
Default building fastboot-info Having fastboot-info build by default Test: m Bug: 194686221 Change-Id: Ic8a524c856604aaac15d52f74bacd7a5943e87c1
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.