commit | 1ebcbd51eeb073601a955a985cb456f37ae46abc | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Jul 04 17:17:23 2018 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Jul 09 11:00:24 2018 +0100 |
tree | 93c4e7c83a8616ac72aa9fca9b454d9d0356f7b7 | |
parent | 87399730de1dc8d6002d59feca1b25764843769a [diff] |
Make including missing modules an error. Only enable it for the core build files rolling up to generic.mk for now, and whitelist a couple of modules that are conditionally defined. Bug: 7456955 Bug: 80410283 Test: lunch generic; m Test: lunch full; m Change-Id: I5448769433d09eaf970c4231874ced3261a5c66b
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.