Merge "Rename mDNS offload feature name" into main am: d6650e5b33
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2919320 Change-Id: Ia47ac7a0e82535c8ee9235cb46d1ea14f0959d72 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
9b468b82df
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue