commit | 0140dfa4b344ace5342cde9e663f1dc82b42a124 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Jul 25 14:10:19 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Aug 03 17:46:07 2022 +0900 |
tree | ede75f7e03038681d949d1b7e69ebb23db34939d | |
parent | 5cf821797859eaf29a25ea8e3529426532233110 [diff] |
Add WIFI_ variables into soong config To migrate libwifi-hal module from make to soong, WIFI_ make variables are added to soong config variables in `wifi` namespace. Bug: 239984067 Test: m libwifi-hal Merged-In: If60f5909619af887be8e0086a8dfef65dc97cce0 Change-Id: If60f5909619af887be8e0086a8dfef65dc97cce0 (cherry picked from commit 4abb3d43b4baf74cf7b17fee380d5b4c77a2bc9d)
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.