commit | aee7ba034565da6fc6457e44fd3bd54ff89f6f0e | [log] [tgz] |
---|---|---|
author | Hongguang Chen <hgchen@google.com> | Fri Jan 19 16:55:03 2024 -0800 |
committer | Hongguang Chen <hgchen@google.com> | Sat Jan 20 01:49:49 2024 +0000 |
tree | ed59ed119e78095ad36eb7d5bbb66d61b462d852 | |
parent | 496cc8a5df12d48363e40b9b9425eba4f6b01c46 [diff] |
Rename mDNS offload feature name Bug: 318332352 Test: pm list features Test: atest android.app.cts.SystemFeaturesTest Test: atest VtsHalWifiStaIfaceTargetTest Merged-In: I57d8f955c3f5d39814f36b662fee8d045c8c5150 Change-Id: I57d8f955c3f5d39814f36b662fee8d045c8c5150
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.