Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34279488 authored by Yuexi Ma's avatar Yuexi Ma Committed by Android (Google) Code Review
Browse files

Merge "correct the service name for tv cec hal in vts test"

parents 2e894ea4 bb8cb83f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ class TvCecHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
            target_version=1.0,
            target_package="android.hardware.tv.cec",
            target_component_name="IHdmiCec",
            hw_binder_service_name="tv.cec",
            hw_binder_service_name="cec-hal-1-0",
            bits=64 if self.dut.is64Bit else 32)

    def testGetCecVersion1(self):