commit | e380321735a3e14b714e4e09ad1bdcbeaf578850 | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Thu Oct 20 21:24:23 2022 -0500 |
committer | Colin Cross <ccross@android.com> | Wed Feb 15 21:12:23 2023 +0000 |
tree | 92722b0d89a0c00c33495cb9036b3b961b767335 | |
parent | 8d69e1b7efa748d039c527239cdeffe2d51d8fdd [diff] |
Rename otatools dependency from futility to futility-host The futility target for host is futility-host. This is required for ryu out of tree signing. Change-Id: I6c06ec69f991abc23597e19dd4478774cc4d56c4
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.