commit | ecc9f25a829adf319cca957b308fcbdff2525790 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Mar 13 00:07:59 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 13 00:07:59 2018 +0000 |
tree | c8d24d6e4a2372456edec4d78531bddf531cacc9 | |
parent | 043098087d3c7bb5375c854c55e9964922df2d3a [diff] | |
parent | 8119b3812e6a07ef61aa6766bf0db54745b09d53 [diff] |
Merge changes I01d32749,If3540c3a am: c18ae710ae am: 8119b3812e -s ours Change-Id: Idaae9ff85f3b3d62921c73e453b80705418dc15c
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.