Merge "Rename mDNS offload feature name" into android14-tests-dev am: 486de7bc69

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2920745

Change-Id: I0ae32753091c8e3268fcf76b651e1c24d80c5dcc
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Hongguang Chen 2024-01-22 18:52:14 +00:00 committed by Automerger Merge Worker
commit 1d9000b29a

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.