commit | 528fdc021faec9ac771dbe9a3ac2960c8f005d41 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 25 18:57:57 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Tue Jun 25 21:52:58 2019 +0100 |
tree | b829bf5d3e8c6b502dace1b10565793b4944c5c7 | |
parent | 9392fb3905991555d42812934e3755ef77bb65e2 [diff] |
Fix non-existing modules check This variable was accidentally changed to refer to the shorthand PRODUCT_XYZ instead of PRODUCTS.<mk>.PRODUCT_XYZ in a previous mass-migration, but that shorthand didn't exist for these variables. Add it in. Also whitelist the offender introduced since it was broken. Test: lunch generic; m nothing Change-Id: I29dd73c29796743e770afa0c2ceb4f8583dc6e1e
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.