commit | 5c03f36eec337bcd22a042f852efbcb9a14c26d8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jan 22 19:34:24 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 22 19:34:24 2024 +0000 |
tree | 990d1acb3b776b9bdc4f68b6f62555f99270cac6 | |
parent | 2f66667556b97de97f69b9ada6ca8b5f409b094e [diff] | |
parent | 9b468b82df103f1b6b70a549d5d17ed52f5e1544 [diff] |
Merge "Rename mDNS offload feature name" into main am: d6650e5b33 am: 9b468b82df Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2919320 Change-Id: Id771a61b7a92eb90ca3b1ba35a3665a5dc7b8d5e 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.