commit | dce3f920f221cb35916e152b09153db509514117 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Feb 11 21:19:54 2019 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Feb 11 21:19:54 2019 +0000 |
tree | e175033a395c6a35c8c3a206314ebb5df30308e6 | |
parent | 375291fa261f1c35df6e5296093834642cce03cf [diff] |
Move dump-products back to the config stage It's unnecessary to run all the make file parsing to dump product configs. Move the dumping to product_config.mk instead, but switch the output to $(warnings) as stdout is a bit sensitive during the config stage. Test: multiproduct_kati -only-config dump-products Change-Id: I8c7365c9f90ea2bf152b82dfb983bfb0cdcb1697
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.