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>
This commit is contained in:
Treehugger Robot 2024-01-22 19:34:24 +00:00 committed by Automerger Merge Worker
commit 5c03f36eec

View file

@ -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.