commit | 1be2b6ce88a943b76ae8e6be984457157b6b9047 | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Mon Jan 22 19:34:57 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 22 19:34:57 2024 +0000 |
tree | 4c8c4ffeed6d1bc183f4cad12fa0234fd809d3cc | |
parent | 79d5ee4f0ebd67f6052b9d8319af2cff1623e139 [diff] | |
parent | 1d9000b29a24416d7956bccf48b34501e5b28f0a [diff] |
Merge "Rename mDNS offload feature name" into android14-tests-dev am: 486de7bc69 am: 1d9000b29a Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2920745 Change-Id: I65a6918b129b94da22e982bd5b41380ccdc1cd65 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp b/wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp index f09a26b..fa7149f 100644 --- a/wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp +++ b/wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp
@@ -71,7 +71,7 @@ // Checks if the mDNS Offload is supported by any NIC. bool isMdnsOffloadPresentInNIC() { - return testing::deviceSupportsFeature("android.hardware.mdns_offload"); + return testing::deviceSupportsFeature("com.google.android.tv.mdns_offload"); } // Detected panel TV device by using ro.oem.key1 property.