commit | d468d072c77d4d1c2a76980138d5941291be098a | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Wed Dec 12 20:09:18 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 12 20:09:18 2018 -0800 |
tree | 6c734f70cd995cc08328a5c6f948c9adbbbc0aa9 | |
parent | 10d6aab12c6944378fd4a00e65e786073d10457c [diff] | |
parent | 9fb09f17620f47a3bdad81872391f933c23853b2 [diff] |
Merge "Change profman logging to only be for errors" am: 9fb09f1762 Change-Id: Ib5d999332540333145c8de68e9a0bfdd1fa230be
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.