commit | cf010858b68ff2bf41d867c74fa5debaeca0992c | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Jun 06 21:46:25 2018 +0000 |
committer | Colin Cross <ccross@android.com> | Wed Jun 06 21:46:25 2018 +0000 |
tree | 7eb3ec8db29b6ab337c7d134f28728242a6478de | |
parent | cf7407ed615cb3c694c20ce3d47a7be8b413bda3 [diff] |
Revert "Revert "Remove desugar support"" This reverts commit cf7407ed615cb3c694c20ce3d47a7be8b413bda3. Reason for revert: includes art veridex fix this time Change-Id: I970b51e6a6c6f377cfe793f029d9674e7ee0ed15
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.