summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongguang Chen <hgchen@google.com>2024-01-22 19:34:57 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-01-22 19:34:57 +0000
commit1be2b6ce88a943b76ae8e6be984457157b6b9047 (patch)
tree4c8c4ffeed6d1bc183f4cad12fa0234fd809d3cc
parent79d5ee4f0ebd67f6052b9d8319af2cff1623e139 (diff)
parent1d9000b29a24416d7956bccf48b34501e5b28f0a (diff)
downloadinterfaces-1be2b6ce88a943b76ae8e6be984457157b6b9047.tar.gz
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>
-rw-r--r--wifi/aidl/vts/functional/wifi_sta_iface_aidl_test.cpp2
1 files changed, 1 insertions, 1 deletions
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 f09a26bbe6..fa7149ff55 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 @@ class WifiStaIfaceAidlTest : public testing::TestWithParam<std::string> {
// 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.