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

Commit a489e2b6 authored by Keun Soo Yim's avatar Keun Soo Yim
Browse files

specify the hw binder service name from a host-side test

Bug: 33544423
Test: run vts -m VibratorHidlTest
Change-Id: I8c3cb4c4cfb3bddf98d079679a6190e394cf1563
parent 02d69ca8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ class NfcHidlBasicTest(base_test_with_webdb.BaseTestWithWebDbClass):
                                 target_version=1.0,
                                 target_package="android.hardware.nfc",
                                 target_component_name="INfc",
                                 hw_binder_service_name="nfc_nci",
                                 bits=64)

    def tearDownClass(self):
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ class VibratorHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
            target_version=1.0,
            target_package="android.hardware.vibrator",
            target_component_name="IVibrator",
            hw_binder_service_name="vibrator",
            bits=64)

    def tearDownClass(self):