summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Biren <gbiren@google.com>2024-03-28 22:33:21 +0000
committerGabriel Biren <gbiren@google.com>2024-04-02 18:04:31 +0000
commite52ba06caeea4f6a51fd466189bd6b460dd19374 (patch)
tree53c7e5a561ad6d7e3b21b772fd40fe4ad2719d88
parent49a4b7683b49a336388310f66ceff4c3e2b49545 (diff)
downloadgoldfish-e52ba06caeea4f6a51fd466189bd6b460dd19374.tar.gz
Update legacy header file dependency in the
Goldfish Wifi HAL. Bug: 271177978 Test: m Change-Id: I9384f7c91d666ab4d282b8909b543ead31286356
-rw-r--r--wifi/wifi_hal/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/wifi_hal/Android.bp b/wifi/wifi_hal/Android.bp
index b21ddb46..62987df6 100644
--- a/wifi/wifi_hal/Android.bp
+++ b/wifi/wifi_hal/Android.bp
@@ -40,7 +40,7 @@ cc_library_static {
"libnl",
"liblog",
"libcutils",
- "libhardware_legacy",
+ "wifi_legacy",
],
proprietary: true,
}