commit | 3427948833fd1c8f2be308fa160165cc5b5d4b14 | [log] [tgz] |
---|---|---|
author | Yuexi Ma <yuexima@google.com> | Fri Jan 06 18:43:13 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 06 18:43:13 2017 +0000 |
tree | 42324633e32d97049aaa8bdeb621b75d71ad1deb | |
parent | 2e894ea46d4a6dca89b7a32f3c6d88c8786c5d81 [diff] | |
parent | bb8cb83f116c7a6b882918e510d3b4c424da0884 [diff] |
Merge "correct the service name for tv cec hal in vts test"
diff --git a/tv/cec/1.0/vts/functional/vts/testcases/hal/tv_cec/hidl/host/TvCecHidlTest.py b/tv/cec/1.0/vts/functional/vts/testcases/hal/tv_cec/hidl/host/TvCecHidlTest.py index dcf21c9..80140c7 100644 --- a/tv/cec/1.0/vts/functional/vts/testcases/hal/tv_cec/hidl/host/TvCecHidlTest.py +++ b/tv/cec/1.0/vts/functional/vts/testcases/hal/tv_cec/hidl/host/TvCecHidlTest.py
@@ -43,7 +43,7 @@ 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):