commit | fd72f7f3ac0a4bca65ff598d3ca24bf1225ba101 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Jul 17 19:52:55 2020 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Aug 07 13:40:10 2020 -0700 |
tree | 6b763d0531bf72b943aefefb754c010e626a2a6f | |
parent | e9bceb662b595c5c841c3cb24c06a7fa308b3a70 [diff] |
Reland "Move some prebuilt build tool configs to Soong" Now that they're defined with prebuilt_build_tool, we don't need to set them here. In future changes we can replace more of these definitions with prebuilt_build_tool, as it can centralize the selection of build-from-source or prebuilt for Make, Soong, and user-defined genrules. Test: treehugger Change-Id: I5821bbad1b655d561919245320d7c184a6eac737
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.