commit | fbbfbc4723098983852022b30ba8b9433c03321d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Fri Feb 25 12:39:11 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Fri Feb 25 12:39:11 2022 -0800 |
tree | 3510f220b3748fd13dcd4ab1dbf718d8f26e108f | |
parent | 27cbdd9809ce55af88b8800534e77185d41fdb5c [diff] |
Add ART_MODULE_BUILD_FROM_SOURCE to control the equivalent soong config variable When product configuration is converted to Starlark, soong config variables will be stored in a dictionary and won't be able to be specified directly on the command line. Add a regular variable that controls the soong config variable. Bug: 220940864 Test: Presubmits Change-Id: Icb6b0c33ea6826ebd8c2ce615dc643eedb9c35a3
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.