diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:20:52 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-10-16 17:20:52 +0530 |
commit | f828581b2153dbfed698443fc44a7420e12cffc4 (patch) | |
tree | a03406d645592414158bf76b086e1e3342b1bf0b | |
parent | 7437ab4e2ee0dfb401391b186d2324b5b343f76b (diff) |
msm8996-common: Update makefile to use the AIDL Wifi Vendor HAL.
Change-Id: I6890cde838af06a7cd87acd273079ec6c2856b35
-rwxr-xr-x | msm8996.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -382,7 +382,7 @@ $(call inherit-product, build/target/product/verity.mk) # WiFi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ libwpa_client \ hostapd \ WifiOverlay \ |