diff options
author | Gabriel Biren <gbiren@google.com> | 2023-03-27 22:33:41 +0000 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-19 09:20:35 +0530 |
commit | b3bda6c110ed32ab3133be8d81b35b9aed176282 (patch) | |
tree | 87baab32501a69c24e3d42340df43ceb7b6ce3a4 | |
parent | 16e148888d3c603dae7a2c48a3c52e260408a3b3 (diff) |
msm8996-common: Update makefile to use the AIDL Wifi Vendor HAL.
Bug: 274964641
Test: Pre-submit tests
Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1
-rwxr-xr-x | msm8996.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -390,7 +390,7 @@ PRODUCT_PACKAGES += \ # WiFi PRODUCT_PACKAGES += \ - android.hardware.wifi@1.0-service \ + android.hardware.wifi-service \ libwpa_client \ hostapd \ WifiOverlay \ |