commit | 2bc83406a06bc7aa6816a4c65bc010dc6b2b5893 | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Fri Mar 09 22:55:58 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 09 22:55:58 2018 +0000 |
tree | c5989d398ece8b74d3699580f024cfee14ea6506 | |
parent | 934e04d1a3c09c7d8d87058697454b53cfc15bf7 [diff] | |
parent | 6991c1a35daa42c6c5c84b0d129b4d6d053037d7 [diff] |
Merge "Fix droiddoc variable name in clear_vars.mk" am: 6991c1a35d Change-Id: I5d5fc6958e65b69e35dafb47db746f7791cd836f
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.