commit | 06075e654377e0b4542433222e6ebd37f95a060d | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Mar 27 17:21:58 2023 +0900 |
committer | Jooyung Han <jooyung@google.com> | Mon Apr 10 04:02:06 2023 +0000 |
tree | 1d637a0089ea9558ee721582e796ca370f3806e1 | |
parent | f8a3ca9f5141ae2d4d2323af344a4c3b02dde0f6 [diff] |
Add TARGET_USES_AOSP_FOR_WLAN soong variable It's set and used in many .mk files. Adding this to "wifi" soong config namespace helps migration of those .mk files into .bp files. Bug: 273376293 Test: m libwifi-hal libwifi-hal-qcom Merged-In: Ie0fad26305d50f70076b7e538fd1a7fa03e397cb Change-Id: Ie0fad26305d50f70076b7e538fd1a7fa03e397cb
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.