commit | 421733f6935827a850eaa36e6f020277d50a4399 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Dec 06 19:57:16 2017 -0800 |
committer | Yi Kong <yikong@google.com> | Thu Feb 01 10:24:04 2018 -0800 |
tree | bc93b558bc5d1e447076f94a09921a9a6fc1bbd3 | |
parent | 4b4c3d91b09fbe21d0faa0343a94035131d9fc81 [diff] |
Switch to clang-4579689. Bug: 68397894 Test: http://go/clang-4523590-testing Change-Id: Id3fbac182869e92ab9b7d27d63d9f28c565c7b08
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.