commit | ecae349e19834b2cd23037bd10aee1efe8ef1c28 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jan 08 17:28:17 2018 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Jan 08 17:38:33 2018 -0800 |
tree | 396c71f5bd5faf6cc93bb5939244395ce0dafb88 | |
parent | 5a436f10e525296f990ac4146e317f5fd5d7f271 [diff] |
Switch to build-tools bison Test: m Test: mma external/dtc Change-Id: Ia8e837f77238cb07e23de24f98c77aba9ff0f8dd
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.