commit | 7588b06831ed9831da422fd7b83ce17e32b5a4b6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 19 20:03:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 19 20:03:51 2021 +0000 |
tree | 5eebc738ed7dd19fc004e7d3a14d9b5dca189db4 | |
parent | 4d18bcb1416be3d21d65b2eaa68074ecb29aab0f [diff] | |
parent | 6b7398bed0cd8c3820d58ea6eae5455787a946f1 [diff] |
Merge "A tool to facilitate large ninja files comparison." am: 3bd9c7d36a am: 8d9795f4d8 am: 6b7398bed0 Original change: https://android-review.googlesource.com/c/platform/build/+/1842085 Change-Id: I1934c1d871b5089626dfd57e4c79494b52671310
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.