commit | 20769cbfed48007c820ce0372067b2ae9ce0a189 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Oct 18 08:00:09 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 18 08:00:09 2018 -0700 |
tree | 08428e6a0986e81fdb05b2e8cf90ad90e1a9e60e | |
parent | 91ebad1b6bff6f95460b385172ea79c218fb9529 [diff] | |
parent | f452c3528dcb5ecbf50cdd8d612976664cf93355 [diff] |
Merge "Fix typo" am: fac7b1de9c am: f452c3528d Change-Id: I7d7f4ec0c73818e6eae9fe1d1e941e3094171a29
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.