commit | 505982f453bc862c41690836e05a31c8f17fec23 | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Sat Jul 13 14:31:51 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Sat Jul 13 14:31:51 2019 -0700 |
tree | cad342507a4fb4654caaddedb709f8edb440e0f7 | |
parent | 0d52783999be000c2485109bb2365e484034fd68 [diff] | |
parent | b5cdf6dd8cd09223122ebaa6694c25c0871f4921 [diff] |
Merge changes Ia0410da8,Id756340f am: 1277b8cca1 am: 014de67d06 am: 737930417c am: b5cdf6dd8c Change-Id: Ie8e82986bf9a409be9c22751557a26ef6622a71c
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.