commit | 88f6dda73e040d9544f1bba43af341f423791c08 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Dec 19 18:27:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 19 18:27:05 2017 +0000 |
tree | 148a66a36af6d76a7f4021a9af1048261c16ff98 | |
parent | c1b50508ba5f60b31f285586adf690522696b62e [diff] | |
parent | fd36ce963938f3673ba4171285ec70f9f5bc22e6 [diff] |
Merge "Enable R8 by default (third attempt)" am: 6f516aef40 am: 54c54f5eb5 am: fd36ce9639 Change-Id: Id2ebfa24b0dda2df3ec0cf43949edacbcc19813d
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.