commit | 29c1639715de0f2bde8b251e044def77b7da42f2 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed May 12 14:28:04 2021 -0700 |
committer | Yifan Hong <elsk@google.com> | Wed May 12 14:28:19 2021 -0700 |
tree | 064053fb6bceffe9207fd1d1c26b948b72f8c70f | |
parent | 14d23171677bfd630f3454e7eb9b0ecc46c4a2f4 [diff] |
Rectify KMI version. Test: builds Bug: 187913647 Bug: 187432172 Change-Id: Ic01c385b3474c78c5ac2da3b1a5a253eb241ed9b
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.