commit | 4f4b6d776df71655c8d7723f5c0c67c75c0c6a0e | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Thu Jun 09 15:59:28 2022 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Fri Jun 10 11:26:16 2022 +0000 |
tree | 97de06d80d59249c16c6a149d508eb8fb5d92fa8 | |
parent | ac7eeb78ef43c6a78f8733868d670a99d568f377 [diff] |
Add wifi_module/source_build Soong config variable As an optional module, wifi has its own Soong config variable. This change ensures that it is controlled by the same environment variable as the rest of the modules. Bug: 233965247 Test: # Unpack wifi snapshot that uses wifi specific Soong config. m nothing # Without this the build fails as it uses the wifi prebuilts # which do not work in AOSP. # With this change the build passes as it uses the wifi # sources. Change-Id: Iea0ad09182a162b8f5ddf1403f65a3bbffb9ef08
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.