use the default binder/passthrough mode in vts tests am: 3079b3c68e am: 9af3e139e2

am: 5594ca35af

Change-Id: Ie004e69235ab61dd86b1b2af4117c51f280039da
This commit is contained in:
Keun Soo Yim
2017-01-25 04:27:10 +00:00
committed by android-build-merger

View File

@@ -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);
}