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

Commit bb8cb83f authored by Yuexi Ma's avatar Yuexi Ma
Browse files

correct the service name for tv cec hal in vts test

Test: ENABLE_TREBLE=true make vts BUILD_GOOGLE_VTS=true -j32 && vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module TvCecHidlTest -l INFO
Change-Id: I7a250df23aa334c0db63c4536f2c865e3c6322f7
parent 0069a382
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):