commit | 37572f2dfe876bd674203ef0eaebfd6584c4afb8 | [log] [tgz] |
---|---|---|
author | Denis Vnukov <vnukov@google.com> | Fri Jan 19 23:13:30 2018 +0000 |
committer | Denis Vnukov <vnukov@google.com> | Fri Jan 19 23:13:30 2018 +0000 |
tree | 7006e1c4523cc49b3a6a7382e8828d7a05eb567f | |
parent | a7e1f925338d09482df5af3f92f74edd67b5979b [diff] |
Revert "Enable R8 by default (fourth attempt)" This reverts commit a7e1f925338d09482df5af3f92f74edd67b5979b. Reason for revert: R8 seems to be a reason for b/72218788. Change-Id: Ia2f12775b37537cb21036c4bdd5504af8344e830
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.