commit | 0786af077c5d504913f584bc1116761960e33563 | [log] [tgz] |
---|---|---|
author | Ye Jiao <ye.jiao@mediatek.com> | Mon Mar 13 10:33:50 2023 +0800 |
committer | Sunil Ravi <sunilravi@google.com> | Wed Mar 22 20:05:41 2023 +0000 |
tree | 7944d829441b9e339bc296ca634501859be7462b | |
parent | d7600be9a6b35b3e10eab892f8dbee49af9ab721 [diff] |
Add config to skip state toggle off/on for Wi-Fi NAN If STA and NAN share the same iface wlan0, Wi-Fi vendor HAL service sends eventDisabled to NAN framework when STA setMacAddress to wlan0. This disables NAN when STA is turned on. Since NAN always uses its own random MAC instead of using MAC of STA, this action is not necessary and gets NAN kicked off for no benefits. We add a build time configuration to optionally disable this behavior. Bug: 273426515 Test: manually test Change-Id: If0d84b3898387b75392c8012640bc728126f2cff
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.