summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-18 01:15:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-18 01:15:44 +0000
commit4f13dd2ab6f308e6cd0521aefb0513b0c59572c4 (patch)
tree914a93300b63dea6997d7e888e5ea19590f44d66
parentca5ea779f1dc5d80e79301ae0f0c19464c140408 (diff)
parent10d55266696b6057f2d6ef549a5f768b52b16a86 (diff)
downloadwifi-4f13dd2ab6f308e6cd0521aefb0513b0c59572c4.tar.gz
Snap for 11730676 from 10d55266696b6057f2d6ef549a5f768b52b16a86 to sdk-release
Change-Id: I1577d49a7b4e9e062639a0e583ec99c1205bfedf
-rw-r--r--libwifi_hal/Android.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libwifi_hal/Android.bp b/libwifi_hal/Android.bp
index ea8948443..087fce692 100644
--- a/libwifi_hal/Android.bp
+++ b/libwifi_hal/Android.bp
@@ -137,7 +137,7 @@ cc_library_static {
vendor: true,
defaults: ["libwifi_hal_cflags_defaults"],
srcs: ["wifi_hal_fallback.cpp"],
- header_libs: ["libhardware_legacy_headers"]
+ header_libs: ["wifi_legacy_headers"]
}
wifi_cc_defaults {
@@ -216,8 +216,8 @@ cc_library_shared {
],
local_include_dirs: ["include"],
export_include_dirs: ["include"],
- header_libs: ["libhardware_legacy_headers"],
- export_header_lib_headers: ["libhardware_legacy_headers"],
+ header_libs: ["wifi_legacy_headers"],
+ export_header_lib_headers: ["wifi_legacy_headers"],
shared_libs: [
"libbase",
"libcutils",