commit | 999e7d80df469ede9f11a7625d482de440ab20ce | [log] [tgz] |
---|---|---|
author | allenhair <allenhair@google.com> | Thu Jun 21 11:56:58 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 21 11:56:58 2018 -0700 |
tree | b26b8ea18042ea8c5db855e04cec63e0b55e2f13 | |
parent | 5d774728e19c96eb9ed99af78113daadda64c52a [diff] | |
parent | 2e627d5e7d7807141a95f1b819b33b55bf3526d9 [diff] |
Merge "Distribute XML formatted API files as part of the coverage build." am: f2365aa2c5 am: 2e627d5e7d Change-Id: I8178722a639e711fa5433bd71f3513b7a100ce62
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.