commit | 8c3b43718628e4f5183c6998b35fb011e4b8adae | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Oct 05 00:39:54 2018 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Oct 05 00:39:56 2018 +0000 |
tree | 7c1c63ac4c0fff357893704930166d63dcfcd859 | |
parent | d10e6651dcd98ac353a7f77d5b021eee4d940110 [diff] |
Version bump to PQ1A.181105.016 Change-Id: Ib8580ede65f721373b53b6050084cc871a9b7867
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.