commit | b71570fc8c9fd6cbbbecff52494ac32b7241cd35 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jun 07 15:49:03 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jun 07 15:49:03 2018 -0700 |
tree | 9b43a543c318cee7030b2b38ed7c958a149437d8 | |
parent | d3c68d8d297c3b6358329abedfd938a725c4b02f [diff] | |
parent | 9f0e4a430f024dbc5a8cf6a7c080b6c6cb6727be [diff] |
Merge "Revert "Revert "Remove desugar support""" am: 50ad8c97ac am: 9f0e4a430f Change-Id: I8ef7ec33394af7fd7afab4455f79a932ee774b92
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.