commit | ee99ddf9008ce218c21e94494ac35eb489041f58 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu May 19 20:13:55 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Thu May 19 20:16:00 2022 +0800 |
tree | 38ee500578e9401682ca3f2b5292d0fdc0eff96a | |
parent | 9327b9cb4dfe879e49ef21218589de37e1fa5b92 [diff] |
Rename modulesAddedWall to modulesWarningsAllowed MODULES_ADDED_WALL is deceiving and it actually meant which modules are allowed to have warnings (do not automatically append -Werror flag). Test: presubmit Bug: 233183337 Change-Id: Ia2eb972d3d76ba245840f9872cbcc66d2894dab3
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.