From 3f2b22c54c99a904452bcb7d97bf9f42ca9a9c1f Mon Sep 17 00:00:00 2001 From: Hsiu-Chang Chen Date: Tue, 11 Jun 2024 15:32:53 +0800 Subject: [PATCH] wifi: Move WIFI_BRCM_OPEN_SOURCE_MULTI_AKM to project-specific folder Since not all projects on this platform support open source multiple akm, move WIFI_BRCM_OPEN_SOURCE_MULTI_AKM to project-specific folder. Bug: 345118973 Test: Build Pass Change-Id: I80cf83e06eb1199dd4a9b702a9dec7f2af0463ec --- device.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/device.mk b/device.mk index 1fdf915..daad46c 100644 --- a/device.mk +++ b/device.mk @@ -852,8 +852,6 @@ PRODUCT_PACKAGES += wpa_supplicant.conf WIFI_PRIV_CMD_UPDATE_MBO_CELL_STATUS := enabled -WIFI_BRCM_OPEN_SOURCE_MULTI_AKM := enabled - ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PACKAGES += wpa_cli PRODUCT_PACKAGES += hostapd_cli