commit | 41d79327cd4d485572991fc74c6b90b57283fa38 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Tue Feb 27 04:32:58 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Feb 27 04:32:58 2018 +0000 |
tree | 1a0f8201bba33e71682ec031433034670c95d8fa | |
parent | 308fbbdb54d51e3e03a5fd002dc09ed57cce1ede [diff] | |
parent | 063e6b29391b2395b4581e042ddfe4ebd4a09a2e [diff] |
Merge "Use xmllint built from source" am: 063e6b2939 Change-Id: I554f0b5c1b7bdcb78d4f724353a2ed32610047a2
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.