commit | 9afdb1c92a84cc3dab83ce38bb91471826a9b338 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Fri Jul 09 15:11:47 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Mon Jul 12 13:36:13 2021 -0700 |
tree | f88cd7ba430b1639682e50ad1ae4408118de7d3f | |
parent | 37557784fde4deb3e263246a142fde2ec970dc60 [diff] |
Add mksubst Bug: 181797530 Test: rbcrun build/make/tests/run.rbc Change-Id: I196c69259b830b6466430f6c933afb49fa787948
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.