commit | d6e9ea97a6e6244db7fc6b909f264c1ac1d225d0 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Dec 15 02:24:28 2020 +0000 |
committer | Martin Stjernholm <mast@google.com> | Thu Dec 17 16:00:27 2020 +0000 |
tree | 7e4cd586f969307bd5240c23a75575c1c1a92aad | |
parent | 0de3a8b99fc41d9ae8877dae4931f148842137a6 [diff] |
Temporarily set default to keep building with ART sources. Enables us to switch the default in .bp files, so ART prebuilt builds can be tested with `m SOONG_CONFIG_art_module_source_build=false`. Test: m Test: m SOONG_CONFIG_art_module_source_build=false Test: `m nothing` on some lunch targets that failed on internal Bug: 172480615 Change-Id: I78725f77819dc29b47d2438dfe724532e4d2df47
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.