commit | f455fac5c4303f685efd971f61485ec8bb63c0f8 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Wed Aug 08 03:11:53 2018 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Wed Aug 08 03:15:57 2018 +0000 |
tree | 7c41941697658d3baf9b013dd95e0a4ff904a839 | |
parent | 2354f7c53eee153d369ef18702d127695f99017b [diff] | |
parent | 8c3565d98de92490d4e3a7069941458d0e94535a [diff] |
Make change and version bump to PQ1A.180808.001 Change-Id: I1f4115843c57c1c955c807f08c65c906128e4060
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.