commit | 7494beccb3f3ceecefc12e27857c24c6c9d1d6d2 | [log] [tgz] |
---|---|---|
author | SzuWei Lin <szuweilin@google.com> | Tue Dec 12 05:02:32 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Dec 12 05:02:32 2017 +0000 |
tree | fc4761e3eba7e17cb3c2884c03a27b04b889bf0f | |
parent | 18c29a2ffb00eb69a70a7179aa2cd671792f7d49 [diff] | |
parent | 90cb321f8841edd64cef1d0ecf162c302f65fb47 [diff] |
Merge changes I8f20db07,Id3a8dd20,I0275a5d4 am: 6553fd6cad am: 90cb321f88 Change-Id: I6df8c64d5fb0176b09e77eed0f90f569586814d5
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.