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

Commit 8d1d2714 authored by Keun Soo Yim's avatar Keun Soo Yim Committed by Android (Google) Code Review
Browse files

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

parents fcbb5d22 a489e2b6
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):