commit | d412eca840efb10d8e17d5ef5bfcc2100d6c5ea5 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <[email protected]> | Thu Aug 30 04:24:23 2018 +0000 |
committer | android-build-team Robot <[email protected]> | Thu Aug 30 04:24:24 2018 +0000 |
tree | f51f6326d6d6ac91e5c46a99e160cebc4049ad4a | |
parent | c47a0bf750d63bb2fe2956e7762e85f4b218bb7c [diff] |
Version bump to PPR1.181005.003 Change-Id: I66632337befb77256d23c3ef15db0986937eec32
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.