Merge "Add name "default" as default to register service"
This commit is contained in:
commit
627fc6fe4d
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ class SensorsHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
|
|||
target_version=1.0,
|
||||
target_package="android.hardware.sensors",
|
||||
target_component_name="ISensors",
|
||||
hw_binder_service_name=None,
|
||||
bits=64 if self.dut.is64Bit else 32)
|
||||
|
||||
def tearDownClass(self):
|
||||
|
|
|
@ -48,6 +48,7 @@ class VrHidlTest(base_test_with_webdb.BaseTestWithWebDbClass):
|
|||
target_version=1.0,
|
||||
target_package="android.hardware.vr",
|
||||
target_component_name="IVr",
|
||||
hw_binder_service_name=None,
|
||||
bits=64)
|
||||
|
||||
def tearDownClass(self):
|
||||
|
|
Loading…
Reference in a new issue