mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 13:49:45 +00:00
use the default binder/passthrough mode in vts tests am: 3079b3c68e am: 9af3e139e2 am: 5594ca35af
am: 00f03ce59e
Change-Id: I4ebf2873c8ecf9bc0d9f19f44b314ba053ca984f
This commit is contained in:
@@ -34,7 +34,7 @@ using ::android::sp;
|
||||
class ConsumerIrHidlTest : public ::testing::Test {
|
||||
public:
|
||||
virtual void SetUp() override {
|
||||
ir = IConsumerIr::getService(false);
|
||||
ir = IConsumerIr::getService();
|
||||
ASSERT_NE(ir, nullptr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user