commit | 8f15becda4ea88dcba15c1ca7cc42cff1b7961c4 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Mar 08 15:11:47 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Mar 10 12:45:46 2022 -0800 |
tree | c338c70a223a50b7db899b49734a936aa29941ee | |
parent | 22e398c08db481b8fbb15ccabbd925b8e79a1892 [diff] |
Remove SOONG_CONFIG_art_module_source_build fallback Usages of SOONG_CONFIG_art_module_source_build have been replaced with ART_MODULE_BUILD_FROM_SOURCE now. Bug: 220940864 Test: Presubmits Change-Id: Ibe2115e385efe3ec02cd66ff3c5aca73ce986508
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.