commit | 25dccedd708346d3825f178337047c371abf4470 | [log] [tgz] |
---|---|---|
author | Keun Soo Yim <yim@google.com> | Wed Jan 25 04:29:46 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 25 04:29:46 2017 +0000 |
tree | 2ad1bb12a820d97ec0eeb8a5ea0e0b3c8410c1fe | |
parent | 5249d67f73f592d57a0cae598849399374a3bf79 [diff] | |
parent | 00f03ce59eb0a1dcb941befc28265f8a96e1b26b [diff] |
use the default binder/passthrough mode in vts tests am: 3079b3c68e am: 9af3e139e2 am: 5594ca35af am: 00f03ce59e Change-Id: I4ebf2873c8ecf9bc0d9f19f44b314ba053ca984f
diff --git a/ir/1.0/vts/functional/ir_hidl_hal_test.cpp b/ir/1.0/vts/functional/ir_hidl_hal_test.cpp index 57d0b73..08c7974 100644 --- a/ir/1.0/vts/functional/ir_hidl_hal_test.cpp +++ b/ir/1.0/vts/functional/ir_hidl_hal_test.cpp
@@ -34,7 +34,7 @@ class ConsumerIrHidlTest : public ::testing::Test { public: virtual void SetUp() override { - ir = IConsumerIr::getService(false); + ir = IConsumerIr::getService(); ASSERT_NE(ir, nullptr); }