commit | 061cbcfdae71be08ad3c7d6d490eedb80981296e | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed May 30 18:24:41 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu May 31 11:03:53 2018 +0100 |
tree | 842f544996634eb03ab0ec1168fc28e02354c27e | |
parent | e56adeffefbf7b61f7adc8642fd77d9c91c46972 [diff] |
Rename the poorly named ALL_PRODUCTS variable. There was PRODUCTS, ALL_PRODUCTS and really_all_products, and ALL_PRODUCTS was in fact not all products. Rename it to what it really is: parent makefiles, i.e. product makefiles that include other product makefiles. Also rename the really_all_products var. Bug: 80410283 Test: lunch aosp_arm64; m product-graph Change-Id: I87aec49966e50c364ca2baf5de10fe30f9292a53
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.