commit | 33b3b1f565daed734830b41a0208bfcd47209084 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Mar 20 09:09:25 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Mar 20 09:09:25 2019 -0700 |
tree | 5376ce071dae7e82fe57a1b18a3803b9e4cd57ef | |
parent | 40bf1a78f278fb3e35a85d97d0c2664cf692b2ba [diff] | |
parent | 9e8b7550b8eeca346ee3de44062d1809e9382241 [diff] |
Merge "Add comments and slight refactor auto-RRO logic" am: fce4d099c3 am: 9e8b7550b8 Change-Id: Ie6a6577eeb9eb9694968d10dd1cde1ea874da436
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.