commit | 3c3347ec5723ad7f5c47395265a529965909552c | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Mon Oct 09 19:41:16 2023 +0000 |
committer | Gabriel Biren <gbiren@google.com> | Wed Nov 15 18:34:05 2023 +0000 |
tree | 08d52ad2edf7e4d7738ad9a01d24a16dedca8d36 | |
parent | 6a17d1aeacd38b3af16727e4b824fdbc62eecea9 [diff] [blame] |
Upgrade hostapd service to implement V2 of the Hostapd HAL. Bug: 296069900 Test: m Change-Id: I5c69302d5cd9bf0de5f0bcebb84d60d4baa96e39
diff --git a/hostapd/Android.bp b/hostapd/Android.bp index e4b3718..119f66e 100644 --- a/hostapd/Android.bp +++ b/hostapd/Android.bp
@@ -45,7 +45,7 @@ defaults: ["hostapd_cflags_defaults"], srcs: [":hostapd_srcs"], shared_libs: [ - "android.hardware.wifi.hostapd-V1-ndk", + "android.hardware.wifi.hostapd-V2-ndk", "libbase", "libutils", "libbinder_ndk",