commit | bbe5167ead2f2c78a927d7ed0e42cffe51fe3819 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Aug 03 16:08:33 2022 -0700 |
committer | Xin Li <delphij@google.com> | Wed Aug 03 16:08:33 2022 -0700 |
tree | 5176a31ebfd3dcab1d7cad55ecd7a47318a61b7f | |
parent | a77df0c808a114fae5cbc30172b2c86d94e5f32d [diff] | |
parent | 2879d3117d81bca5338c34b8faa3cf7bfe907b21 [diff] |
DO NOT MERGE - Skip TP1A.220624.014 Merged-In: Idbff6d854ddb9df5b5936a45a822d63a7445deee Change-Id: Iabc20d61c093bd2af4084c7ab9e9136c1f66d984
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.